Search code examples
c#facebook-graph-apidotnetopenauthfacebook-oauth

Requesting extended permissions from facebook?


I'm having some trouble requesting extended permissions from facebook. I do pass scope => 'email','publish_actions' and I've also set up my app on FB to require those permissions.

Yet, when I sign in to my site using FB, the login dialog only says "this application requests access to your public profile and friendlist"

What am I missing here?


Solution

  • I found the problem, the default Facebook oauth client does not pass the "scope" to facebook, thus you can not request any extended permissions.

    Had to go for a custom client.