如何用 C# 在 Myspace.com 上进行人员搜索?

发布于 2024-08-15 03:40:33 字数 394 浏览 7 评论 0原文

我去过很多网站和文档页面,试图通过 API 调用访问 myspace 搜索功能。此功能位于 http://searchservice.myspace.com/index.cfm ?fuseaction=sitesearch.friendfinder

由于 MySpace 拥有适用于所有内容的广泛 API,我似乎找不到在代码中访问简单搜索的方法!更重要的是,我什至不需要(或想要)OAUTH 身份验证,我只想要一个简单的公共搜索,而不必从上面的 URL 中破解 HTML 页面结果。

以前有人这样做过吗?

I have been to so many sites and documentation pages trying to access the myspace search function via an API call. This function is located at http://searchservice.myspace.com/index.cfm?fuseaction=sitesearch.friendfinder.

With MySpace's extensive APIs for everything, I can't seem to find a way to access a simple search in code! Whats more is, I don't even need (or want) OAUTH authentication, I just want a simple public search, without having to hack apart the HTML page result from the URL above.

Has anyone done this before?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

悟红尘 2024-08-22 03:40:33

MySpace 最近推出了基于 OpenSearch 标准的搜索 API。

请参阅此处了解更多信息: http://wiki.developer.myspace.com /index.php?title=Open_Search

MySpace has recently launched a search API based on the OpenSearch standard.

See here for more info.: http://wiki.developer.myspace.com/index.php?title=Open_Search

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