how to Publish my Facebook app?

866 views Asked by At

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?

1

There are 1 answers

3
Sawan Dhanotiya On BEST ANSWER