What are the steps I need to do in order to host my .net wr开发者_C百科itten Facebook application on windows Azure platform?
开发者_Go百科I need help on oAuth authentication to facebook. I am able to do the steps that facebook API mentioned and successfully authenticated, get my profile information as well as post to my new
I\'m using Facebook C# SDK in order to post content on a profile\'s wall.Whatever gets posted to the wall does not include the \"Share\" link.It has \"Like\" and \"Comment,\" but not \"Share.\"
I am using the latest Facebook C# SDK (v5.0.40 at time of writing) from here: http://facebooksdk.codeplex.com/.
I am new to Facebook. I am developing an app to post to news feed on my facebook page. First I authenticate and once I authenticate, I use FacebookClient object to get facebook id as well as name. Th
I\'m currently trying to get the latest facebook sdk for my website to work. I\'m using NuGet to download and install this onto my website.
I tried all options even if search so many apis couldn\'t find any answer..i checked the facebook http://developers.facebook.com/docs/authentication/#requesting-extended-permissionsthere i have to set
SELECT share_count, like_count, comment_count, total_count FROM link_stat WHERE url=\"http://www.facebook.com/cocacola\"
How can I delete a Facebook photo. I\'m using Facebook C# SDK : FacebookClient fb = new FacebookClient(acces_token);
I\'m using Facebook C# SDK on my Silverlight ap开发者_如何学Cplication. For my Facebook login behaviour I used the sample from officiall documentation.(the one which uses Javascript -> CSSilverlightIn