is there something analogous to Connect.registerUsers in the Graph API

Posted by timpone on Stack Overflow See other posts from Stack Overflow or by timpone
Published on 2010-04-24T19:12:57Z Indexed on 2010/04/24 19:33 UTC
Read the original article Hit count: 279

Filed under:
|

I am trying to figure this out. Basically, I'd like to reconcile my local emails with a users list of friends.

I can see after OAuth token is established that I can get a list of users friends via http://graph.facebook.com/me/friends

Would the solution be to keep track of a list of users friends over time and then reconcile with our local ids (in other words, i can know my id) and then use the friends API call to see if your friends are the same in local db?

© Stack Overflow or respective owner

Related posts about facebook

Related posts about facebook-api