如何使用 C# 从 myspace 获取朋友的活动流和公共活动?
我正在为 myspace 开发 ASP 应用程序。我想获取朋友的活动流及其所有更新。
我该如何开始使用 C# 呢?
I am developing an ASP application for myspace. I want to get the friend's activity streams and all of their updates.
How would I get started with this in C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是获取活动的端点(您和您的朋友): http: //wiki.developer.myspace.com/index.php?title=OpenSocial_v0.9_Activities
如果您想要公共活动,请查看实时推送订阅功能:http://wiki.developer.myspace.com/index.php?title=Category:Real_Time_Stream
至要开始通过 C# 使用 MySpace API,请查看 C# SDK:http ://wiki.developer.myspace.com/index.php?title=类别:MySpaceID_SDK_for_C_Sharp
Here's the endpoint to get Activities (both you and your friends): http://wiki.developer.myspace.com/index.php?title=OpenSocial_v0.9_Activities
If you would like Public Activities, check out the Real-Time PUSH subscription feature: http://wiki.developer.myspace.com/index.php?title=Category:Real_Time_Stream
To get started using the MySpace APIs with C#, check out the C# SDK: http://wiki.developer.myspace.com/index.php?title=Category:MySpaceID_SDK_for_C_Sharp