Bill
Bill

Reputation: 2352

"Request For Permission" Popup window in Facebook C# SDK

I am developing an ASP.NET MVC 3 app, using Canvas Attribute.

I am asking for this permission only "user_about_me".

The "Request for Permission" window is not popping up. I am automatically logged in to Facebook without any "Allow" "Don't Allow".

Note that I am not using JSDK.

Thanks

Upvotes: 2

Views: 532

Answers (1)

Nate Totten
Nate Totten

Reputation: 8932

The Facebook C# SDK doesn't have any functionality for opening a permission dialog. You must use the Facebook Javascript SDK for this.

Upvotes: 2

Related Questions