简体   繁体   中英

How to Use FB API Graph within C# Desktop Application

I just started a projects that need to be created with C# Desktop Application using Visual Studio 2008 (.NET 3.5).

Now I really don't understand where I have to start. I just start to "googling" and found that there tools C# FACEBOOK SDK. But after I read more, now it's not supported from Facebook. So, please anyone can help me.

MY GOAL : To read facebook timeline of user from a desktop application.

Can I user any other SDK that supported ? Or maybe can I use Facebook PHP SDK ?

Your help really appreciated.

Thankyou

You can use Facebook SDK. Its possible to use, connect, post, read informations and anothers tasks.

To start, have some information at web:

  1. Open NuGet manager at Visual Studio and ask for Facebook SDK.
  2. Read Facebook Developers Starters Guide: https://developers.facebook.com/
  3. When we start a FB app, a token is necessary. Read about this at: https://developers.facebook.com/docs/apps/register

I hope this helps to start .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM