PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, January 15, 2022

[FIXED] modifying an existing access token permissions

 January 15, 2022     facebook, facebook-graph-api, facebook-php-sdk     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

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

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing