Hi folks,
I am looking out for a way to find the "Likes" of my friends. Hence the rest url using graph api would be something like,
https://graph.facebook.com/user_id_some_number/likes?access_token=access_token
Please note that user_id_some_number is the ID something like 12302892734748 and access_token is the access token.
However, this returns me an empty data as follows,
{
"data": [
]
}
I am not sure why it does not work? Am I doing something wrong? Thanks for your time.
Cheers,
Abhishek