If users of appengine application can login using their Facebook account, is it possible to transfer some pictures of the user from their Facebook account to appengine application?
What will be the steps in doing such thing? Just give me some hints and references. Thanks
If you can get the facebook id of the user then getting the profile picture is easy.
Everything else requires auth_token.
Read more about graph api and FQL at developers.facebook.com.