使用开放社交 API 从 yahoo 获取联系人时面临的问题
我试图从 yahoo 获取 POC 的联系人列表。据记录,需要向包含用户 ID 的 URL 发送 GET 请求,并以 XML 格式返回联系人列表。我尝试了相同的操作,但面对来自浏览器、普通控制台 java 应用程序和 jsp 的身份验证消息 401,我想我必须使用开放社交 API 包进行尝试。如果可能的话,任何人都可以指导或建议此问题的解决方案吗?请在 JAVA 中发布任何类似应用程序的代码示例,因为我发现大多数示例不清楚并且仅采用 JSON 格式。
谢谢
I was trying to get contact list from yahoo for POC. It was documented that the there is need to send a GET request to the URL with the user's ID and returns the contact list in XML format. I tried the same but facing the authentication message 401 from browser, normal console java application and from jsp too I guess I must try it using the open social API package. Can anybody please guide or suggest the solution for this problem if possible please post any code sample for any similar application in JAVA as I found most samples are unclear and in JSON only.
Thank You
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
雅虎最近发布了一个 SDK,用于通过 Java 访问雅虎社交服务:
http://developer.yahoo.net/blog/archives/2010/ 07/yos_sdk_for_java.html
Yahoo recently released an SDK for accessing Yahoo Social services via Java:
http://developer.yahoo.net/blog/archives/2010/07/yos_sdk_for_java.html
Socialauth 是一个 Java 库,允许从 Google、Yahoo、Hotmail 和其他提供商导入联系人。
http://code.google.com/p/socialauth/
socialauth is a java library that allows importing contacts from Google, Yahoo, Hotmail and from other providers too.
http://code.google.com/p/socialauth/