开发者

Does Facebook have a Gravatar like Service

I would like to use pictures from facebook if Gravatar does not have an image for the user on file. Can I do this th开发者_高级运维rough facebooks API?


Take a look at the users.getInfo API method. If a user has installed your application, or "connected" to Facebook on your site through Facebook Connect, then you have access to profile information that includes versions of their profile picture.

If you don't have a session key for the user (ie, the user hasn't installed your app or connected via Facebook Connect), you can still get the "square" profile picture, which is one of the smaller versions. You can query for this directly using the API.

The easiest way overall is probably to use the fb:profile-pic tag and XFBML. You will have to install the Facebook Connect libraries to do this, but you don't need the user to log in or anything in order to get XFBML to work... as long as you have the Javascript library on the page and an API Key to use, it will work.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜