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
736 stars 250 forks source link

Extended Permissions #100

Open stefanoschrs opened 9 years ago

stefanoschrs commented 9 years ago

Hello, I need to use the FB.api for the /{page}/insights and it was working until a few days ago but now it keeps on telling me than I need a User Access token for that call (because it's in the extended permissions) but the thing is that I have that permission on my app and for some reason when I call the 'oauth/access_token' it give me back a token without the extended permissions.

Is there any way to add extended permission request on the call to get the access token?

Thanks

zontafil commented 8 years ago

+1 same problem