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

2009-07-30 Thread Ben Gottlieb
up your callback url at the top of the YHTwitter.m But I cant find these files. Where can I find these files and edit them for my info. 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

[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

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

2009-07-29 Thread Ben Gottlieb
changed before I committed to GitHub.). In progress. B On Jul 29, 8:31 am, Ben Gottlieb saibengottl...@gmail.com wrote: 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

[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

[twitter-dev] Twitter + OAuth for iPhone

2009-07-28 Thread Ben Gottlieb
If anyone is interested, I've implemented Twitter OAuth on iPhone (which includes an iPhone version of the OAuth static lib). It's on GitHub: http://github.com/bengottlieb/Twitter-OAuth-iPhone/tree/master