How to find my recently added facebook friends using facebook application via fql or graph api ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Try this in the graph API tool:
|
||||
|
|
|
Ok, as its 30 days it's going to be a little harder. You need to parse the users home page (http://graph.facebook.com/feed?access_token=xxx). Once you have that you'll need to look for the story tag where the user add's a new friend. You can get the new friends details from that. The wall feed goes very far back just FYI so you'll need to handle the time as well. |
|||||
|

