Reputation: 25
i have created an app in facebook developer console in which i want to add test users to test my app and all api calls which is for content publishing and retrieving from instagram.
almost all api works but i want to test it from another user for that i am trying to add test-user to my app but it is not allowing me to add neigther from dashboard nor from api call.
when i try to add test user using api call (following endpoint i am trying to add test user)
and following response i am getting i mean the error
i would appreciate any suggestion or guidance which has been provided. thank you in advance
Upvotes: 2
Views: 2493
Reputation: 96417
On top of https://developers.facebook.com/docs/development/build-and-test/test-users there's currently an alert displayed, reading
We are temporarily removing the ability for apps to create new test users. This should not affect existing test users. We will share an update once access to creating new test users has been reinstated.
So the error message you are getting is very likely to be related to this.
Upvotes: -1