Saturday, January 15, 2022

[FIXED] modifying an existing access token permissions

Issue

I've got an facebook application which is using an access token to set/get posts from facebook. I want to add a new permission to this access token, is there any way i can do so? (i want to add the rsvp_event permission)


Solution

You cannot add permissions to an existing token, because the users need to accept them.

So you need to ask for a new token with this additional permission, and your users will need to accept it before you get the new generated token.



Answered By - Sylvain B

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.