Re: [twitter-dev] Oauth issue on iPhone Development - Multiple Users posting to Single Account with No UI

2010-10-20 Thread Anthony Thompson Shumate
Is there any other direction- I have implemented the token, but it does not connect to a specific account. The token allows me to log on to any account through the application. I want to lock down the app to one specific account. Thank you for the help. A On Oct 15, 2010, at 9:19 AM, Taylor

Re: [twitter-dev] Oauth issue on iPhone Development - Multiple Users posting to Single Account with No UI

2010-10-20 Thread Anthony Thompson Shumate
I have implemented this method: http://icodeblog.com/2010/09/16/dealing-with-the-twitter-oauth-apocalypse Any idea on how to add the access token in this? Thanks a bunch. A On Oct 15, 2010, at 9:19 AM, Taylor Singletary wrote: There's some background on this approach here:

[twitter-dev] Oauth issue on iPhone Development - Multiple Users posting to Single Account with No UI

2010-10-15 Thread Anthony
I have be searching high and low to find out if Oauth will allow some form of embedding the log-in info for a single account from the iphone. I was using the basic authorization, and with the change it is no longer working. I have a series of clients who post to an account to discuss their process

Re: [twitter-dev] Oauth issue on iPhone Development - Multiple Users posting to Single Account with No UI

2010-10-15 Thread Tom van der Woerdt
You can simply include the access tokens in the application. You don't need anything else. Tom On 10/15/10 5:43 AM, Anthony wrote: I have be searching high and low to find out if Oauth will allow some form of embedding the log-in info for a single account from the iphone. I was using the

Re: [twitter-dev] Oauth issue on iPhone Development - Multiple Users posting to Single Account with No UI

2010-10-15 Thread Anthony Thompson Shumate
Is there somewhere I can find documentation on this? Thanks again for the quick response. A On Oct 15, 2010, at 8:22 AM, Tom van der Woerdt wrote: You can simply include the access tokens in the application. You don't need anything else. Tom On 10/15/10 5:43 AM, Anthony wrote: I

Re: [twitter-dev] Oauth issue on iPhone Development - Multiple Users posting to Single Account with No UI

2010-10-15 Thread Taylor Singletary
There's some background on this approach here: http://bit.ly/1token On dev.twitter.com we provide a feature that lets you easily get your own access token as the owner of the application. You then utilize that token whenever it makes sense to. We don't have an explicit Objective-C example of

[twitter-dev] Oauth issue : popup window asking for twitter api credentials

2010-10-08 Thread Bounce
Hello All, I am currently developing an app in actionscript. I have followed a sample code written by the guys from swfjunkie ( http://blog.swfjunkie.com/2010/08/tweetr-tutorials-pinless-oauth-in-air/ ) which works great. It does pinless authentication. The way the sample code works is very

[twitter-dev] OAuth issue, using mostly supplied code.

2010-05-16 Thread wparsons
Hopefully someone can help me out with this one, as I'm pretty stuck.. I'm using the PHP example on here: http://dev.twitter.com/pages/oauth_single_token function getConnectionWithAccessToken($oauth_token, $oauth_token_secret) { $connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET,

Re: [twitter-dev] OAuth issue, using mostly supplied code.

2010-05-16 Thread Abraham Williams
Make sure your clock is properly synced. If it is more the a few minutes off it can cause the same error. Abraham On Sun, May 16, 2010 at 01:49, wparsons willpars...@gmail.com wrote: Hopefully someone can help me out with this one, as I'm pretty stuck.. I'm using the PHP example on here:

[twitter-dev] oAuth issue with one specific account

2009-10-22 Thread Arnaud Meunier
Hi, One of my members cannot connect with a specific account, where other accounts work. The account is not suspended. Every login try ends with a OK, you've denied *Twitoaster* access to interact with your account!. Account name is @msbookish. Anyone would have experienced that kind of

[twitter-dev] oAuth issue

2009-08-09 Thread Andy
We're still having trouble with oAuth. When sending users to get oAuth'd, they are given a code (like a desktop app) rather then being redirected to our web app. I've checked and tried toggling the setting and still no dice. The app is assosiared with the account is @adcause Thanks for all the

[twitter-dev] OAuth issue

2009-06-15 Thread JDG
Howdy all, Thanks to all your help, I was able to get my token methods working. However, now that I've tried to set up my client to post its first message, I'm getting a 401 again. Here's the TCP trace from Wireshark: POST /statuses/update.xml HTTP/1.1 Authorization: OAuth