MySpace iOS SDK 401 Error

140 Views Asked by At

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

1

There are 1 best solutions below

2
Dan Reed On

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.