I build an app using the same app I mostly used to publish post but it is a test app.
I want to allow some of my clients to publish via this app but it gives error:
App Not Setup: This app is still in development mode,and you don't have access to it. Switch to a registered test user or ask an app admin for permissions.
dynamic result = fb.Post("399044920269485/feed", new { message = menulist });
var newPostId = result.id;
How should I publish my app so that person accessing app become the registered user?
Here app submission process details https://developers.facebook.com/docs/apps/review https://developers.facebook.com/docs/opengraph/submission-process