Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
1  
How are you asking for the permission? Are you using the CanvasAuthorize attribute on your controller? – disco Nov 21 '11 at 8:32

1 Answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.