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 have the C# Facebook SDK setup to authenticate users but I noticed the this line of code...

var oAuthClient = new FacebookOAuthClient(FacebookApplication.Current);

....

var uri = oAuthClient.GetLoginUrl(new Dictionary<string, object> { { "state", returnUrl }, { "scope", "email,publish_stream,offline_access" }, { "display", "popup" } });

...does not return a secure url (no https). I have been research this but I can't find a way to get it secure.

Any help is appreciated.

Thanks

share|improve this question
could you post the file and line numbers too with more details. a codeplex discussion would be better for this. – prabir Jul 29 '11 at 20:51
There is really no more details than this. I grabbed the sample code from the SDK website. There does not seem to be a way to get a secure loginurl from the API. I will post on codeplex as well. – Thomas Aug 4 '11 at 2:31

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.