如何使用 C# 从 myspace 获取朋友的活动流和公共活动?

发布于 2024-08-03 02:23:28 字数 72 浏览 3 评论 0原文

我正在为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

束缚m 2024-08-10 02:23:28

以下是获取活动的端点(您和您的朋友): 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文