开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜