myspace 的 oAuth 消费者不返回数据

发布于 2024-09-06 06:44:15 字数 484 浏览 5 评论 0原文

我使用以下链接作为在我的网站中实现 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文