[twitter-dev] Re: Twitter+Oauth on iPhone: How does one logout?

2009-09-24 Thread Rich
If you mean you now want to auth a new user, remove the user's oauth keys and grab new ones from Twitter On Sep 23, 9:04 pm, JDG ghil...@gmail.com wrote: There's no logout for OAuth, per se, as I understand it. It's just a matter of not sending the tokens any longer. On Wed, Sep 23, 2009 at

[twitter-dev] Re: Twitter+Oauth on iPhone: How does one logout?

2009-09-23 Thread JDG
There's no logout for OAuth, per se, as I understand it. It's just a matter of not sending the tokens any longer. On Wed, Sep 23, 2009 at 12:25, joeygreen...@gmail.com joeygreen...@gmail.com wrote: I'm implementing Twitter+Oauth on the iPhone using

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-30 Thread Marneo
One more I also cannot see this location OAuth_ObjC_Test_App/ Example/ . Thanks! On Jul 30, 1:50 am, Ben Gottlieb saibengottl...@gmail.com wrote: Okay, sendUpdate is now working with spaces again. On Jul 29, 10:41 am, Ben Gottlieb saibengottl...@gmail.com wrote: Update: it's not working if

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-30 Thread Ben Gottlieb
Sorry, I should have been more careful when prepending my read me content. I've updated the read me file on GitHub, but basically: Use the project in the Demo folder. You'll need to replace the strings in Demo/Src/OAuthTwitterDemoViewController.m with your own consumer key and consumer secret

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-29 Thread chloros
Is this currently working? I'm using OAuthConsumer as well in my iPhone app and it stopped working after the last update... On Jul 28, 2:32 pm, Ben Gottlieb saibengottl...@gmail.com wrote: If anyone is interested, I've implemented Twitter OAuth on iPhone (which includes an iPhone version of

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-29 Thread chloros
Does this currently work? I'm using OAuthConsumer as well and my app stopped working after the last update. On Jul 28, 2:32 pm, Ben Gottlieb saibengottl...@gmail.com wrote: If anyone is interested, I've implemented Twitter OAuth on iPhone (which includes an iPhone version of the OAuth static

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-29 Thread Ben Gottlieb
I just re-tested the code this morning, and it still works. On Jul 29, 6:03 am, chloros akc1...@gmail.com wrote: Does this currently work?  I'm using OAuthConsumer as well and my app stopped working after the last update. On Jul 28, 2:32 pm, Ben Gottlieb saibengottl...@gmail.com wrote: If

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-29 Thread Ben Gottlieb
Update: it's not working if you have %-escaped characters in your update status string. It appears that there may be some double- escaping going on, and that may be confusing things. Not sure if this is my code or something else (this was working over the weekend, but something else may have

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-29 Thread Ben Gottlieb
Okay, sendUpdate is now working with spaces again. On Jul 29, 10:41 am, Ben Gottlieb saibengottl...@gmail.com wrote: Update: it's not working if you have %-escaped characters in your update status string. It appears that there may be some double- escaping going on, and that may be confusing