Thanks!
--
Taylor
> One thing I'm perhaps not clear on, do I need xAuth for this to work?
You do need to get the access token somehow. That is what xAuth provides you. That said, you sound like you are a server app. Twitter doesn't support xAuth for server apps. You probably need to use the standard OAuth token request protocol.
Anon,
Andrew
____________________________________
Andrew W. Donoho
Donoho Design Group, L.L.C.
a...@DDG.com, +1 (512) 750-7596
"To take no detours from the high road of reason and social responsibility."
-- Marcus Aurelius
I have the exact same issue than Craig.
My iPhone application uses 3 accounts, 2 are working (@fabienpenso and
@fabientest) and the third one (@appnotification) returns 401 no
matter what I'm doing. Some of my users are also telling me getting
401s.
Is there anything I can do to trace this?
If it helps the answer I have right now is : =>
{"request"=>"/statuses/update.json", "error"=>"Read-only application
cannot POST"}
Where my application http://twitter.com/apps/edit/14088 has read&write
access permission.
> Where my application http://twitter.com/apps/edit/14088 has read&write
> access permission.
This is fixed, what happened :
- My application had read-only access for the user (myself in fact), I
revoked access and asked for a new oauth token => working.
- My application always had read-write access, there is no reason this
token was read-only.