[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 (visit  http://twitter.com/oauth_clients/new
to obtain these).

HTH,

B


On Jul 30, 3:42 am, Marneo marneo.re...@gmail.com wrote:
 Ben,

 It says in the read me file that:
 Use the key and secret info provided there to modify the constants at
 the top of YHOAuthTwitterEngine.m
 You should also set 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 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 things. Not sure if this
   is my code or something else (this was working over the weekend, but
   something else may have 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 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 lib). It's on
  GitHub:http://github.com/bengottlieb/Twitter-OAuth-iPhone/tree/master


[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 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


[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 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 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 lib). It's on
   GitHub:http://github.com/bengottlieb/Twitter-OAuth-iPhone/tree/master


[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 things. Not sure if this
 is my code or something else (this was working over the weekend, but
 something else may have 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 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 lib). It's on
GitHub:http://github.com/bengottlieb/Twitter-OAuth-iPhone/tree/master


[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