[twitter-dev] Re: Newbie to seek advice on the flow of a twitter app with OAuth

2009-08-12 Thread jaike
Hey, I guess this question should have been directed at Abraham. I realized it was his code example I was making use of. I edited oAuth.php to make use of the $callback_url that was originally designated as null, and carried that over in to OAuthToken and OAuthConsumer constructs. Within OAuthT

[twitter-dev] Re: Newbie to seek advice on the flow of a twitter app with OAuth

2009-08-12 Thread Abraham Williams
Are you using my PHP library? It does not have oauth_callback support yet. Abraham 2009/8/11 jaike > > Andrew, > > I can't seem to get this working and wanted to see if you would be > able to shed some light... thx > > in my main index i created a variable: > > (i tried with both of these) > $c

[twitter-dev] Re: Newbie to seek advice on the flow of a twitter app with OAuth

2009-08-12 Thread Andrew Badera
On Wed, Aug 12, 2009 at 1:44 AM, jaike wrote: > > Andrew, > > I can't seem to get this working and wanted to see if you would be > able to shed some light... thx > > in my main index i created a variable: > > (i tried with both of these) > $callback_url ='&callback_url=http%3A%2F%2Fwww.tweetivism.

[twitter-dev] Re: Newbie to seek advice on the flow of a twitter app with OAuth

2009-08-11 Thread jaike
Andrew, I can't seem to get this working and wanted to see if you would be able to shed some light... thx in my main index i created a variable: (i tried with both of these) $callback_url ='&callback_url=http%3A%2F%2Fwww.tweetivism.com%2Fblog'; $callback_url ='http%3A%2F%2Fwww.tweetivism.com%2F

[twitter-dev] Re: Newbie to seek advice on the flow of a twitter app with OAuth

2009-07-26 Thread Andrew Badera
On Tue, Jul 21, 2009 at 3:08 AM, CG wrote: > > you can use localhost ? really ? just update the callback to > http://localhost/xxx ? > Sorry, missed this. Yeah, just use the oauth_callback parameter when making the call.

[twitter-dev] Re: Newbie to seek advice on the flow of a twitter app with OAuth

2009-07-25 Thread BlueSkies
Yes, you can use http://localhost/... for the callback. I used this method when I was integrating OAuth into my application. Scott On Jul 21, 3:08 am, CG wrote: > you can use localhost ?  really ? just update the callback > tohttp://localhost/xxx? > > On Mon, Jul 20, 2009 at 6:06 PM, Andrew

[twitter-dev] Re: Newbie to seek advice on the flow of a twitter app with OAuth

2009-07-21 Thread CG
you can use localhost ? really ? just update the callback to http://localhost/xxx ? On Mon, Jul 20, 2009 at 6:06 PM, Andrew Badera wrote: > On Mon, Jul 20, 2009 at 6:05 AM, CG wrote: >> >> Please ignore my question, I already solve it. >> >> It seems like it required a 'real' callback URL to a

[twitter-dev] Re: Newbie to seek advice on the flow of a twitter app with OAuth

2009-07-20 Thread Andrew Badera
On Mon, Jul 20, 2009 at 6:05 AM, CG wrote: > > Please ignore my question, I already solve it. > > It seems like it required a 'real' callback URL to accomplish the > authentication. > > CG > > What do you mean by "real"? I'm able to authenticate using a localhost address for testing. Thanks- -

[twitter-dev] Re: Newbie to seek advice on the flow of a twitter app with OAuth

2009-07-20 Thread CG
Please ignore my question, I already solve it. It seems like it required a 'real' callback URL to accomplish the authentication. CG On Jul 20, 4:50 pm, CG wrote: > Hi Abraham, >   Thanks for your reply ! ... I am actually referring to your example > come with PHP library  (twitterOAuth)  to

[twitter-dev] Re: Newbie to seek advice on the flow of a twitter app with OAuth

2009-07-20 Thread CG
Hi Abraham, Thanks for your reply ! ... I am actually referring to your example come with PHP library (twitterOAuth) to do my first Twitter App :) I have read through the code in index.php , and I modified it to output the token and token_secret on screen. Then I write another php script , to

[twitter-dev] Re: Newbie to seek advice on the flow of a twitter app with OAuth

2009-07-20 Thread Abraham Williams
On Mon, Jul 20, 2009 at 03:17, CG wrote: > My question are > > 1. In step 2, I save the token and secret , how long it will lasts ? > Until the user revokes access. There is currently no amount of time access tokens are valid for. > > 2. Is this app feasible or not ? Is twitter allow posting o