Re: [twitter-dev] Re: Could not authenticate using OAuth...

2011-07-12 Thread kamesh SmartDude
Is This a webapplication or mobile application? //kamesh On Mon, Jul 11, 2011 at 10:45 PM, Astralis astralis...@gmail.com wrote: Anyone? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi

Re: [twitter-dev] Re: Could not authenticate using OAuth...

2011-07-12 Thread Astralis
Web application. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group:

Re: [twitter-dev] Re: Could not authenticate using OAuth...

2011-07-12 Thread Taylor Singletary
It depends on what you mean by log out -- if they log out of Twitter and you have an access token they granted your application, you can use that access token until the end-user revokes your access. You can store the token forever, but that doesn't necessarily mean it will be valid forever -- the

Re: [twitter-dev] Re: Could not authenticate using OAuth...

2011-07-12 Thread Astralis
I might be missing how this works, but I am storing the user tokens and I'm able to post through the web app onto Twitter with success. But, I found that when the user logs out of Twitter (via the Twitter website), the user's no longer able to post and the tokens seem to be invalid and I

Re: [twitter-dev] Re: Could not authenticate using OAuth...

2011-07-12 Thread Taylor Singletary
When your end-users are using the API, are they doing so client-side in their browser or are you making server-to-server requests on their behalf? @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Tue, Jul 12, 2011 at 10:12 AM, Astralis astralis...@gmail.com

Re: [twitter-dev] Re: Could not authenticate using OAuth...

2011-07-12 Thread Astralis
Server-to-server requests on their behalf. -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API updates via Twitter: https://twitter.com/twitterapi Unsubscribe

[twitter-dev] Re: Could not authenticate with OAuth

2011-05-16 Thread James.Estes
I ran into this as well, only on a few of the endpoints I was trying to hit. In my case, I'd left off the .json at the end of the request url. Seems like the service would have given a better message than Could not authenticate with OAuth. On Mar 31, 10:03 am, Mauro Asprea mauroasp...@gmail.com

[twitter-dev] Re: Could not authenticate with OAuth error

2010-12-10 Thread RF
I have been seeing a 60% failure rate in authorization, on an intermittent basis, for the past 3 days. I am attempting to access several hundred accounts every few minutes and most fail to authenticate. At various times throughout the day the problem goes away. If this is a recent failure for