MySpace iOS SDK 401 错误
我正在努力在我的应用程序中添加对 MySpace 的支持,并且我认为我已经正确编写了所有内容,但是当调用 MSRequest 委托方法时,我似乎收到了 401 错误。我很乐意为那些愿意提供帮助的人发布我的源代码!谢谢,德里克
I'm working on adding support for MySpace in my application, and I think I've written everything correctly, but I seem to be getting a 401 error when the MSRequest delegate method is called. I would be happy to post my source code for those who are willing to help! Thanks, Derek
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有看到你的代码我不能说太多,但 401 是一个错误的授权代码。如何生成 XHR 请求所需的 OAuth 令牌?我首先查看那里,发布一些来源以获得更多帮助。
without seeing your code I can't say much but a 401 is a bad auth code. How do you generate whatever OAuth token you need for their XHR requests? I'd start by looking there, post some source for more help.