Update facebook status with C#

不问归期 提交于 2019-12-01 20:55:43

问题


My desktop application should update my facebook status. Is there an API that allows to update the status with a login and pwd ?

Thanks in advance for your answer


回答1:


Sure there is!

.Net FacebookToolKit it was done by a 3rd party for Microsoft, and then published as open source on CodePlex.

There is proper documentation and even videos on how to do your first desktop application and how to publish stories, status, etc. FaceBookToolKit CodePlex documentation




回答2:


Facebook Send User Status




回答3:


There is the Status.set API that allows you to do this kind of thing.



来源:https://stackoverflow.com/questions/2058210/update-facebook-status-with-c-sharp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!