简体   繁体   English

如何在C#桌面应用程序中使用FB API图

[英]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). 我刚刚开始一个项目,该项目需要使用Visual Studio 2008(.NET 3.5)和C#Desktop Application创建。

Now I really don't understand where I have to start. 现在我真的不明白该从哪里开始。 I just start to "googling" and found that there tools C# FACEBOOK SDK. 我只是开始“搜索”,发现那里有C#FACEBOOK SDK工具。 But after I read more, now it's not supported from Facebook. 但是,当我阅读更多内容后,现在Facebook不支持它。 So, please anyone can help me. 所以,请任何人都可以帮助我。

MY GOAL : To read facebook timeline of user from a desktop application. 我的目标 :从桌面应用程序读取用户的Facebook时间轴。

Can I user any other SDK that supported ? 我可以使用任何其他支持的SDK吗? Or maybe can I use Facebook PHP SDK ? 或者,也许我可以使用Facebook PHP SDK?

Your help really appreciated. 非常感谢您的帮助。

Thankyou 谢谢

You can use Facebook SDK. 您可以使用Facebook SDK。 Its possible to use, connect, post, read informations and anothers tasks. 它可以使用,连接,发布,阅读信息以及其他任务。

To start, have some information at web: 首先,在Web上获取一些信息:

  1. Open NuGet manager at Visual Studio and ask for Facebook SDK. 在Visual Studio中打开NuGet管理器,并要求使用Facebook SDK。
  2. Read Facebook Developers Starters Guide: https://developers.facebook.com/ 阅读Facebook开发者入门指南: https//developers.facebook.com/
  3. When we start a FB app, a token is necessary. 当我们启动FB应用程序时,需要一个令牌。 Read about this at: https://developers.facebook.com/docs/apps/register 在以下位置阅读有关此内容: https : //developers.facebook.com/docs/apps/register

I hope this helps to start . 我希望这有助于开始。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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