criso / fbgraph

NodeJs module to access the facebook graph api
http://criso.github.io/fbgraph/
1.09k stars 176 forks source link

how to post as page itself? #72

Closed raitucarp closed 9 years ago

raitucarp commented 9 years ago

I set

graph.setAccessToken(access_token);
graph.setAppSecret(app_secret);

but always get error

{ error: 
   { message: '(#200) Unpublished posts must be posted to a page as the page itself.',
     type: 'OAuthException',
     code: 200 } }

what is the correct way do it?

criso commented 9 years ago

Better suited for stack overflow