时间:2019-05-17 标签:c#SocialNetworkingLibraryAPIwrapper
我正在寻找 ac# 库,它允许我发布到 twitter 和 facebook、我的空间等以及可能的其他社交网站。
我找到了单独的 api 包装器,例如 tweetsharp,但没有找到任何可以集成多个社交网站的 API 包装器。
我意识到每个站点都有不同的规则和要求。
那里有类似的东西吗?
谢谢
I am looking for a c# library that will allow me to post to twitter and facebook, my space etc and possibly other social networking sites.
I have found individual api wrappers such as tweetsharp but nothing that will integrate multiple social network sites.
I realize that there are different rules and requirements for each site.
Is there anything like that out there?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 Twitter,您可以使用 API:Twitterizer
http://www.twitterizer.net/tutorials/getting-started-with- oauth/
对于 Facebook,
Facebook 休息 API。
或者你可以使用
http://www.addthis.com/personalize
For Twitter, you could use the API: Twitterizer
http://www.twitterizer.net/tutorials/getting-started-with-oauth/
For Facebook,
Facebook Rest API.
Or you could use
http://www.addthis.com/personalize