Update facebook status with C#

前端 未结 3 427
没有蜡笔的小新
没有蜡笔的小新 2021-01-19 06:53

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

相关标签:
3条回答
  • 2021-01-19 07:26

    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

    0 讨论(0)
  • 2021-01-19 07:26

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

    0 讨论(0)
  • 2021-01-19 07:32

    Facebook Send User Status

    0 讨论(0)
提交回复
热议问题