如何用 C# 在 Myspace.com 上进行人员搜索?
我去过很多网站和文档页面,试图通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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