Thuzi / facebook-node-sdk

Modeled from the (Facebook Javascript SDK), now with the facebook-node-sdk you can now easily write the same code and share between your server (nodejs) and the client (Facebook Javascript SDK).
Other
737 stars 250 forks source link

the demo /announce, run error OAuthException #81

Open cavacn opened 9 years ago

cavacn commented 9 years ago

FB.getLoginUrl({ scope: 'user_about_me,publish_actions', state: encodeURIComponent(JSON.stringify(parameters)) });

but,If I use other user(not application owner),It's has an error:

{ error: { message: '(#200) Requires extended permission: publish_actions', type: 'OAuthException', code: 200 } }

pmalikbtech commented 9 years ago

I have same Error. What is this? Can you please explain and give me solution?

Thanks, Pankaj