[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, jaikejai...@gmail.com 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

[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 jai...@gmail.com 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

[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

[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 learn@gmail.com 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 learn@gmail.com wrote: you can use localhost ?  really ? just update the callback tohttp://localhost/xxx? On Mon, Jul 20, 2009 at

[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 Baderaand...@badera.us wrote: On Mon, Jul 20, 2009 at 6:05 AM, CG learn@gmail.com wrote: Please ignore my question, I already solve it. It seems like it required

[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 learn@gmail.com 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

[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 learn@gmail.com wrote: Hi Abraham,   Thanks for your reply ! ... I am actually referring to your example come with PHP library