[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 12:25, joeygreen...@gmail.com 

 joeygreen...@gmail.com wrote:

   I'm implementing Twitter+Oauth on the iPhone using
 http://github.com/bengottlieb/Twitter-OAuth-iPhone. I'm creating a
  login/logout button/feature like facebook connect uses. I've got the
  login working and am wondering how does one logout using Oauth?

 --
 Internets. Serious business.


[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
 http://github.com/bengottlieb/Twitter-OAuth-iPhone. I'm creating a
 login/logout button/feature like facebook connect uses. I've got the
 login working and am wondering how does one logout using Oauth?




-- 
Internets. Serious business.


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