Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I was wondering if there is a way to change the permissions of a test user. It's not for a real user. Facebook docs on test user does not show that option.

share|improve this question

2 Answers

up vote 0 down vote accepted

I'm not sure if this is the best way but you can access your facebook application as a test user and it will request for the additional permissions.

I'd like to know how to use the console or REST API to do it though.

share|improve this answer

You will need to recreate test users and if they are extended permissions I found that you should not authorise the app. This isn't working.

Then switch to the test user using the https://developers.facebook.com/apps/APP_ID/permissions tool.

If you hit your app for the first time now you should be presented with the extended permission dialogue. After that the test user should have the correct permissions.

If you have more than one app, you can copy the user to another app so you don't have to delete the account if that is desired. re adding them to the app your working on will prompt the permissions dialogue.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.