objective c - Facebook SDK for iOS - Questions about ID's -
just beginning work facebook sdk ios, , have few questions. can display list of friends, using code found here: facebook ios sdk - friends list. see each freind has id, , have following questions:
- if signed fb account a, , see friend b has id 123, if sign fb account c, friend b still have id of 123?
- assuming answer question 1 yes, lead me believe each account has unique id. if so, how find current fb account's id shown other friends?
all user ids unique , not change (and public information).
if want find out id of current user that's logged in, make graph request "/me", or use method:
and "id" property in result.
Comments
Post a Comment