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.

This covers the asynchronous programming support added to C# and VB in VS2012. This includes the async and await keywords.

learn more… | top users | synonyms

0
votes
1answer
216 views

Does the Facebook C# SDK support async/await on Windows Phone 7.5?

So I'm writing a windows phone 7.5 app. I used nuget to get version 6.0.10.0 of the Facebook C# SDK. From what I've read online it appears that I should be able to do the following... var fb = new ...