简体   繁体   English

从 C# 桌面应用程序在用户的 facebook 墙上张贴

[英]Posting on user's facebook wall from C# Desktop application

I want to publish a staus message + picture on the user's facebook page.我想在用户的 Facebook 页面上发布状态消息 + 图片。 DO NOT need to access user information at all.根本不需要访问用户信息。

The application being used is a C# application running on windows.正在使用的应用程序是在 Windows 上运行的 C# 应用程序。

The question is how to do that and do I need Facebook application ID ?问题是如何做到这一点,我是否需要 Facebook 应用程序 ID? even though I do not need to pull user info ?即使我不需要提取用户信息?

Yes, you have to get an app ID as you will be using facebook's API.是的,您必须获得一个应用程序 ID,因为您将使用 facebook 的 API。 The only way to integrate with facebook without app ID is to use social plugins but they don't support posting images nor c#在没有应用程序 ID 的情况下与 facebook 集成的唯一方法是使用社交插件,但它们不支持发布图片或 c#

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

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