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
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: