myspace 的 oAuth 消费者不返回数据
我使用以下链接作为在我的网站中实现 myspace oAuth Consumer 的基础。 http://stevenng.net /2009/03/17/using-myspace-rest-api-with-oauth-and-c/
当我使用基本的 oAuthBase.cs 类时,我收到 401 未经授权的错误,但是当我使用更新的 oAuthBase.cs 时,如博主在上面的帖子中提到的回复评论一样,401 错误被删除,但 ResponseStream 仍然没有返回任何东西。当我复制请求网址并将其放入浏览器中时,我看到数据正在返回,但它在代码中不起作用。有人可以建议一下吗?
顺便说一句,为了简单起见,我使用 MakeRequest("/v1/users/myuserid");而不是得到朋友。
I am using the following link as a base for implementing myspace oAuth consumer in my website.
http://stevenng.net/2009/03/17/using-myspace-rest-api-with-oauth-and-c/
When i use the basic oAuthBase.cs class i receive the 401 unauthorized error but when i use the updated oAuthBase.cs as mentioned by the blogger in the above post in response to a comment, the 401 error is removed but still the ResponseStream does not return anything. When i copy the request url and place it in the browser, i see the data being returned but its not workign in code. Can someone please suggest something.
Btw, for the sake of simplicity, i m using MakeRequest("/v1/users/myuserid"); instead of getting the friends.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终使用了
http://wiki.opensocial.org/index.php?title= Client_Libraries
和
http://code.google.com/p/myspaceid -csharp-sdk/
I ended up using
http://wiki.opensocial.org/index.php?title=Client_Libraries
and
http://code.google.com/p/myspaceid-csharp-sdk/