Add reference of facebook from Nuget to your project

Hi,

Do you want to communicate with Facebook using c#?



You need to add the reference of Facebook from Nuget package to your project as following:

1) Right click on your reference folder.
2) Click "Manage Nuget packages" //If not available then install Nuget to visual studio from https://www.nuget.org/
3) Click "Online" from left hand side.
4) Seach "Facebook" and install as following :


Use this below name space in your .cs file at where you want to achieve any Facebook functionality.

using Facebook; 


Comments