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.

Version 4.0 of the .NET Framework.

learn more… | top users | synonyms (3)

0
votes
1answer
336 views

Use Request and Response variables in the static web method

Here is my code, [WebMethod] public static bool FirstAccess() { string app_id = "139295982898884"; string app_secret = "b5d2a88b56898610d54da2af498e3220"; //string post_login_url = ...
1
vote
1answer
465 views

How to configure Facebook like button and LinkedIn share button

Can anyone tell me how to configure Facebook like button and LinkedIn share button on a website to like a particular link on the page. I don't want it to like the entire page but a link on a web page. ...
0
votes
2answers
982 views

All I want is a simple Facebook Like button

I can't get a Facebook Like button to work on an ASP.NET page. I've tried using the FB developer tools to generate the code to display the like button, and also tried using AddThis, and neither work. ...
1
vote
2answers
307 views

Post to Facebook from Kiosk

I am writing a C#/WPF/.NET4 non-browser application for a public kiosk. I would like to post a simple text string on a person's wall from this touch screen after they enter their email and password. ...
0
votes
2answers
554 views

How to use list of pages from graph.facebook.com/me/accounts

https://graph.facebook.com/me/accounts?access_token=USERS_AUTH_TOKEN returns a list of pages the user has admin status in (in JSON format). I would like to list all the pages in a dropdownlist, ...
0
votes
1answer
567 views

Bad request on facebook page wall post (getResponse())

I get an error code 400 "Bad request" when I try to post to a page wall. Here's the code: public string Post(Int64 Id) { using (DataContext db = new DataContext()) { var msg = (from ...
2
votes
3answers
472 views

Hiding a page from search engines like google (like Facebook's security settings)

I am using asp.net 2010, and I would like to know how can I go about completely hiding a particular page from search engines, similar to how Facebook's security settings are set (for example, if I ...