I am working on a facebook application and I would like to show the user his friends who are already users of the application.
I was able to get the user IDs of facebook users. Now I'm trying to find out if there is a facebook api resource that I can use to render images and usernames by simply passing them the identifiers.
early.
You should try using FQL and the user table. http://developers.facebook.com/docs/reference/fql/user/
is_app_user, . uid, , .
fql, , , , , $user :
SELECT uid FROM user WHERE is_app_user = 1 AND uid IN (SELECT uid2 FROM friend WHERE uid1 = $user)
, : , Facebook API?
!:)
, FQL . , FBML javascript- Facebook, FBML . fb: name fb: profile-pic.
fb: multi-friend-selector, , .
http://developers.facebook.com/docs/reference/fbml/#user/groups.
fb:name fb:profile-pic .
fb:name
fb:profile-pic
.
I think you are looking for his Facebook facepile , it is a social plugin. Just give app_id and it shows how your friends use it.
Source: https://habr.com/ru/post/1781596/More articles:Sum Values in a Multidimensional Array - arraysHow to enable touch section selection in a core plot pie chart? - iosgenerator search for elgamal - mathцитата внутри цитаты, тогда я должен увидеть огуречные пролетные рельсы - cucumberJavaScript variable scope - javascriptCan I publicly publish the full name and profile of a user signed in through the Facebook API? - facebookRedirect faster with Greasemonkey (or a similar usercript mechanism)? - javascriptСтатические страницы в проблеме Yii - yiiUsing a macro in Objective-C to register a function name and line number - c ++variable length field in database - sqlAll Articles