criso / fbgraph

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

permission manage_notifications? #57

Closed ga12ru12 closed 10 years ago

ga12ru12 commented 10 years ago

I want to get notification of fb like that: graph.get("/me/notifications", function(err, q) { res.send(q); });

But when I run, I'm received a error: { "error": { "message": "(#200) Requires extended permission: manage_notifications", "type": "OAuthException", "code": 200 } } How can i set permission for my request? Thanks

criso commented 10 years ago

you need app token with proper permissions

tejalpandya commented 8 years ago

which permission apply for give these type of error : Requires extended permission manage_notification,oauthexception