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