[twitter-dev] xAuth returning 401 error.

2010-09-13 Thread Josh Knowles
Hm. Still having troubles with my iPhone app -- when I try to post
using xAuth, I get a 401 error. Twitter claims the app has xAuth
access on their end. Not sure what to do...

Anyone else experiencing this issue?

Thanks!

Josh Knowles
http://auscillate.com

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


Re: [twitter-dev] xAuth returning 401 error.

2010-09-13 Thread Tom van der Woerdt
On 9/13/10 1:16 PM, Josh Knowles wrote:
 Hm. Still having troubles with my iPhone app -- when I try to post
 using xAuth, I get a 401 error. Twitter claims the app has xAuth
 access on their end. Not sure what to do...
 
 Anyone else experiencing this issue?
 
 Thanks!
 
 Josh Knowles
 http://auscillate.com

xAuth is part of OAuth, it simply exchanges usernames/passwords for
credentials. Posting tweets using xAuth is impossible. ;-)

401 usually means a signature error. What is the Base String you use?
(Most errors are in the Base String)

Tom

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en