i have a image and i want to set this image as the users profile image. i came to know that we cannot upload directly to "Profile pictures" so i uploaded it in some other album and now i want to set this image as its profile pic ??? any idea how can i do that using fbconnect ? thanks in advance
相关问题
- Views base64 encoded blob in HTML with PHP
- How to get the background from multiple images by
- facebook error invalid key hash for some devices
- LoginActivty with Firebase & Facebook authenticati
- CV2 Image Error: error: (-215:Assertion failed) !s
相关文章
- Use savefig in Python with string and iterative in
- Facebook login for group members
- Where does this quality loss on Images come from?
- Specifying image dimensions in HTML vs CSS for pag
- How to insert pictures into each individual bar in
- How do I append metadata to an image in Matlab?
- Img url to dataurl using JavaScript
- Click an image, get coordinates
well i guess this is not possible...
http://developers.facebook.com/docs/reference/rest/photos.upload 3rd paragraph says: You can upload to a specific user's album by calling photos.getAlbums. However, you cannot upload to a user's profile picture album.
Checkout my answer in this thread: how to set a facebook profile picture using the graph api
You can't set the profile picture, but you can upload it to an album, and then send the user to the "make profile picture"-page for that picture.