I am trying to get the grip on the Facebook SDK and at the same time transitioning from ASP.NET forms to MVC (finally). So please bear with me ..
I can post to my own wall, and I can pull information from the Group wall - but I cannot post to the Group wall (of which I am admin) and I get the error:
Get A List Of Friends For Specifi开发者_Python百科ed Facebook User Whats Permissions Must Be Asked For This ???Unfortunately for you, but fortunately for the friends of your friends, the friends meth
I am trying to diagnose why I am getting a blank popup when I attempt to authenticate to facebook when using IE.
I am develop a facebook application. I was added a开发者_如何学Python server side or (asp.net) button to do something ,but it isnt work. when i click the button nothing take place at all and it isnt b
I created an asp.net mvc 3 facebook application using facebook c# sdk. I\'m trying to post to my application wall, it works, but the post is created in this format:
I\'m trying to run the MVC website sample and running into this problem; Microsoft JScript runtime error: Syntax error in regular expression
I\'m developing a facebook connect Application with Facebook C# SDK, I want to send application invites to my friend is it possible without using facebook
When a facebook user tries to visit my facebook app, they get prompted with the standard \"Approve this app?\". The user approves my app. Then, when my code does the following, the answer is always fa
I have this two methods in my controller: public ActionResult MyMet开发者_开发问答hod() { } [HttpPost]