[twitter-dev] Re: Is OAuth API down?

2009-10-27 Thread Spataro

I can confirm both of you: I can use oauth with no problems, but two
other users of my website can't login. ( www.gloxa.eu )

There's something. How can we help ?

On Oct 27, 2:16 pm, ryan alford ryanalford...@gmail.com wrote:
 OAuth is working fine for me right now.

 On Tue, Oct 27, 2009 at 7:52 AM, Chen Jie chenyue...@gmail.com wrote:

  My app runs on Appengine, and always get 'ApplicationError: 5 ',
  anybody has this issue now?


[twitter-dev] Re: OAuth client set to Read Write, but write access is denied

2009-09-29 Thread Spataro

Try logging into twitter.com and revoking access to the application

I'll do know. It works, Revoking access create a new pair of keys. It
could be useful find this info in the docs.

Thank you


[twitter-dev] Re: OAuth client set to Read Write, but write access is denied

2009-09-29 Thread Spataro

Yes me too, now, 29-9-2009.

My app was registered as read only, after I've changed in Read and
Write, and it is correctly saved as read and write.

But If I try to post I receive read only.

Spataro


On Sep 29, 12:40 am, Jeremy Glazman jglaz...@gmail.com wrote:
 Has anyone encountered this problem?

 The Default Access type of myappis set to ReadWrite, and myappcan 
 authenticate withOAuthand perform all sorts of reads with no
 problem, but whenever I try towrite(specifically when I try to tweet
 from myapp) I get a 401 Operation could not be completed error.

 I'm developing on an iPhone using the MGTwitterEngine 1.0.8 withOAuth
 support, and using a secure (https) connection.