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.

The 2.0 version of the .NET Framework.

learn more… | top users | synonyms (1)

0
votes
1answer
226 views

Accessing Facebook UID C# SDK

After a user has logged in using Facebook I need to access their Facebook UID. I have attempted to use the code found here: ...
0
votes
1answer
290 views

Retrieving Facebook Wall posts and storing in Database using .Net 2.0

I have searched this question but didn't get / or understood the answer I was seeking. I have to use .Net 2.0 as our System cant get upgraded. I was thinking of using Facebook Api on the github but ...
0
votes
1answer
504 views

.NET Facebook API

I'm new in Facebook API's, so I have a question cause I'm in seriously trouble with API's and Facebook's security politics! I'm developing a WinForm socket application and needing Facebook ...
15
votes
6answers
15k views

How to decode OAuth 2.0 for Canvas signed_request in C#?

I'm able to successfully validate the signed request for a Facebook canvas app using the example here, but I'm unable to decode the payload. The Facebook documentation states that the 2nd parameter ...