Posted on: 4/23/2014 2:38:00 PM | Views : 487

Dear friends,
I am working on an application where user can login with facebook credentials. When user is getting registered the all information should come to my app and store in my database like his name, profile picture , user id etc. To complete this task i uesed facebook graph api. I can get all information.But one value that i am not getting it is list of  facebook pages , those are liked by user. I want to get list of all pages those user has liked on facebook. i am using following url of Facebook graph Api-
https://graph.facebook.com/user-id/likes?access_token=SOMEVALUE

but my result is coming like that-
{ "error": { "message": "(#100) No node specified", "type": "OAuthException", "code": 100 } }Can someone help me? why am i getting this error? Thanks ...

Go to the complete details ...