In this app it generates the users FB profile image, but I want them to be able to select another image if they choose. Parse is my backend. The app runs fine and it goes to the users album, but the picture is not updated in the app. re
Asked
Active
Viewed 378 times
0

Marshall Junior
- 35
- 4
1 Answers
0
You can't update the profile picture with the API. See the docs: https://developers.facebook.com/docs/graph-api/reference/user/picture/#Creating
More information - and possible workarounds:
-
Thanks for the link, and answering my question – Marshall Junior Aug 05 '15 at 19:16
-
you are welcome, please don't forget to accept my answer ;) – andyrandy Aug 06 '15 at 09:56