I have this fb-login button on my website and it works pretty okay. How can I implement an l开发者_如何学运维ogout button? Below is my code for the login part.
I have closely looked into ea开发者_Python百科ch of the links on stackoverlow and tested them with facebook , but none of them is working for facebook. It throws an error each time (improper format).
Is it possible to post a message on my wall starting开发者_C百科 from json data? So i can make a facebookPost class. Make a facebookPost object with the attributes i want.
How do I set the return URL when using the fb-login-button? I want to redirect the current authe开发者_运维问答nticated user to another page (not the root (default.aspx))? You can use the on-login par
I need to use these three methods but do not have the refereneces: Base64URLDecode() SignWithHmac() ToURLBase64String()
Could some kind soul plea开发者_C百科se tell me the correct way to ensure and login a facebook user using the facebook-c#-sdk in a C# web application. Thanking you.Here\'s a tutrial for thathttp://cod
I\'ve been going through the tutorial for the .NET Facebook SDK on codeplex.I used Nuget to install the SDK, as the tutorial indicates.Ho开发者_StackOverflow中文版wever, when I try to run the applicat
Here\'s how I currently use the Facebook C# SDK, with Facebook Javascript SDK (this is from memory, but I think it\'s accurate psuedo-code):
I\'m developing a Windows Phone 7 app with Azure. I want let users use their facebook account to login but I need to store an ID to identify that user.
In version 1 of my website, i implemented Facebook Connect with the JavaScript API. This included authentication, permissions, and publishing.