-3

I am working on a web application where I have to use Facebook API to get my friend's data. I am facing 2 issues:

  1. I am not able to see all of my friend list using FQL.

  2. Does Facebook provide any API to find the list of places where my friend have visited like Restaurant or hotels?

agold
  • 6,140
  • 9
  • 38
  • 54

1 Answers1

1
  1. FQL is deprecated, you really should not use it anymore. Also, you can only get a list of friends who authorized your App too. See this thread for more information: Get ALL User Friends Using Facebook Graph API - Android
  2. No, you can´t get the list of places your friends visited, for obvious privacy reasons.

Edit: As i can still see your deleted answer (which should have been a comment to my answer instead, i guess): To make this perfectly clear, you can NOT get all friends anymore. Again, check out the link i posted, all you need to know is in the accepted answer over there. And no, you can NOT get the list of places of your friends, just because they are available on Facebook for you. That does not mean an App can get them. About the dev group on Facebook: Try several times, and hopefully you are not trying with a fake account ;)

Community
  • 1
  • 1
andyrandy
  • 72,880
  • 8
  • 113
  • 130
  • Thanks luschn! I wasn't aware that I need to post comment instead of answer. Here is thing which I have got so far. 1) I can't get all of my friend - got it. 2) Getting list of places visited by my friend : is there a way or not at all? 3) No, I wasn't using fake account. – Chatanya Agrawal Dec 11 '15 at 18:02
  • 2) no, not at all. see my answer, it´s all in there already ;) – andyrandy Dec 11 '15 at 20:29