I hope you can help me. I think, to solve my problem is easy, but I am not able to find a tutorial with could help me.
I am calling this from a silverlight app: // docs at: http://developers.facebook.com/docs/reference/api/post
I\'ve downloaded the Facebook C# SDK. I\'m at the point where I have a facebook token and am calling the method:
How do I implement a Facebook authorization? I have no idea where to start. 开发者_Python百科I have seen numerous examples in PHP but none in C#.Start here: http://developers.facebook.comIf you can us
I am working on facebook application. I am getting the offline access permission from my app user. Now I want that I can use the same tokens that generated one time when user uses first time my app an
I am trying to update the bookmark count field with the SDK but have not had any success yet. Can somebody tell me what classes I need to instantiate to do something similar 开发者_JAVA技巧to the fol
Can some one tell me where can I find开发者_如何学Go a Facebook Credits callback example in asp.net ?
I want to allow users to invite friends to a facebook app through the Facebook c# sdk. I\'m not keen on using the popups or any flakey meta 开发者_运维问答language. is there a way to do this without r
Is it possible to authenticate a user from a tab app? I am trying to create an ASP.NET MVC 3 facebook tab app that needs to be able to post to wall.
I\'m using the Facebook sdk from codeplex I\'ve tried the suggestion at How to get the Page Id in my Facebook Application page