Facebook Picture to Google App Engine Application (Java) -
if users of appengine application can login using facebook account, possible transfer pictures of user facebook account appengine application?
what steps in doing such thing? give me hints , references. thanks
if can facebook id of user getting profile picture easy.
https://graph.facebook.com/{id}/picture
everything else requires auth_token.
read more graph api , fql @ developers.facebook.com.
Comments
Post a Comment