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 tag is for the ADO.NET Entity Framework 4.1, the first release of EF to ship separately from the .NET framework. It builds upon the core Entity Framework included in .NET 4.0 and was released to the public in March 2011.

learn more… | top users | synonyms

0
votes
1answer
42 views

How to post to the profile of other people using following code

I have the following code: public void CheckAuthorization() { string app_id = "";//Your id here string app_secret = "";//your secret key string scope = ...
0
votes
1answer
402 views

EF 4.1 Code First MVC3 App and Facebook Share Feature

I am working on a simple web application made using Entity Framework 4.1 Code First approach and MVC3. The web application is a simple Quotes website, and on its homepage, the user get a list of ...