开发者

Is it possible to access a Facebook user's photo-gallery in Facebook Connect?

开发者 https://www.devze.com 2022-12-18 03:22 出处:网络
If the user \"Connects\" to your websit开发者_开发技巧e.yes, for example, in PHP you would do:

If the user "Connects" to your websit开发者_开发技巧e.


yes, for example, in PHP you would do:

try {
    $facebook_albums = $facebook->api_client->photos_getAlbums($facebook_user_id, null);
}catch (Exception $e) {

}

where $facebook_user_id is the user's facebook_uid (user id)

read more at http://wiki.developers.facebook.com/index.php/Photos.getAlbums

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号