javascript - Connecting Facebook's API "taggable_friends" and "friends" Nodes -
i'm working on webapp , we're integrating facebook (through facebook's sdk , graph api user's can have simple profile created on login. i've gone through 'most' of version 2.3's documentation , learned new permission changes , such (man wish i'd been able learn sdk when v1.0 in use).
what can't seem find whether or not "taggable_friends" node encapsulates "friends" nodes. in other words, if have menu of user's taggable_friends, how can update database once friend uses webapp , accepts permissions?
i've been looking relates "taggable_friends" , "friends" appears name persistent data. taggable_friends node shows id (not same id app id assigned user using webapp, more of access token id facebook seems decode), name (for obvious reasons not acceptable), , profile picture icon url. record, did try finding "friends" (someone using app/has accepted permissions) profile picture icon url alas not. 1 workaround finding profile pictures photo id of "friends" , sending facebook retrieve profile picture icon photo id of friend, , seeing if matches profile picture icon url "taggable_friends" list, management nightmare , don't know if photo id's match in end.
if has experience in v2.0 facebook api , working taggable_friends vs friends node server side, love help/feedback.
please let me know if can explain more thoroughly or supply more links.
tl;dr facebook's javascript sdk , graph api's nodes "taggable_friends" list friends "friends" node? [has version 2.0 , above]
Comments
Post a Comment