来自 C# Windows 服务的 Facebook 状态更新
我们有几种不同的电子商务应用程序(一种使用 ASP Classic 的平台,一种使用 ASP.NET 3.5SP1,一种使用 ASP.NET 4.0),我们希望允许用户将活动发布到他们的 Facebook 状态。我已经看过 .NET Web 应用程序中的示例,但我希望有人能够为我们指明正确的方向,以便从 C# Windows 服务执行此操作(这样我们可以轮询每个应用程序的数据并从相同的机制)。
提前致谢!非常感谢任何建议!
We have a few different eCommerce applications (one platform using ASP Classic, one using ASP.NET 3.5SP1, and one using ASP.NET 4.0) where we'd like to allow users to post activities to their Facebook status. I've seen examples in .NET Web Applications, but I was hoping someone could get us pointed in the right direction to do this from a C# Windows Service (this way we can poll the data from each application and post the status updates from the same mechanism).
Thanks in advance! Any advice is greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个:http://developers.facebook.com/blog/post/395/
Try this: http://developers.facebook.com/blog/post/395/
检查这个:http://weblogs.asp.net/james_crowley/archive/2011/02/03/posting-to-facebook-page-using-c-sdk-from-quot-offline- quot-app.aspx
check this : http://weblogs.asp.net/james_crowley/archive/2011/02/03/posting-to-facebook-page-using-c-sdk-from-quot-offline-quot-app.aspx