[twitter-dev] Newbie question, how to modify the settings of Twitter app that I registered ?

2009-07-20 Thread CG
I have registered a Twitter App at http://twitter.com/oauth_clients/new, and I was provided a consumer key and secret. However, I found that I have wrongly set the app as Client rather than web apps, how can I alter that via twitter UI ? Or I need to register a new apps instead ?

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

2009-07-20 Thread CG
or not ? Is twitter allow posting of update by 3rd party app in background ? Thanks in advanced for any helps ? Cheers, CG

[twitter-dev] Re: Newbie question, how to modify the settings of Twitter app that I registered ?

2009-07-20 Thread CG
thank you very much ! I got it On Jul 20, 4:10 pm, Abraham Williams 4bra...@gmail.com wrote: On the right side of your connections page there is a link to edit your applications.http://twitter.com/account/connections Abraham On Mon, Jul 20, 2009 at 03:02, CG learn@gmail.com wrote

[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

[twitter-dev] Sign in with Twitter , old access token /secret will be invalid ?

2009-07-20 Thread CG
question is 1. If the user sign on my app with Sign in with Tiwtter, it will generate a new pair of access token and secret , in this case , the old access toekn and secret will be expired/ invalid ? CG

[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] How to use Sign-in-with-Twitter in Web App with username and password ?

2009-07-21 Thread CG
.. Rgds, CG

[twitter-dev] How to use Twitter to sign out ? calling to end_session does not work

2009-07-28 Thread CG
for this ? without this function , my app is useless , because user can only sign out at twitter.com or clear the cache/cookie in browser. Cheers . CG

[twitter-dev] Re: How to use Twitter to sign out ? calling to end_session does not work

2009-07-28 Thread CG
the authentication , and successfully authenticate me (even I hv call the end_session) .. I do not even pass any oauth token and secret at this stage .. CG On Wed, Jul 29, 2009 at 11:41 AM, Duane Roelandsduane.roela...@gmail.com wrote: I'm not familiar with End_Session, but couldn't you just

[twitter-dev] Re: Logging Out of Twitter Through API

2009-07-29 Thread CG
Hi , Greg, have you found any solution ? I face the same problem ... :( CG On Thu, Jul 23, 2009 at 2:09 AM, Greggregory.av...@gmail.com wrote: Hello everyone, Just a quick question here - I originally though the the 'http:// twitter.com/account/end_session.xml' API function logs the user

[twitter-dev] Display latest tweets from multiple Twitterers?

2010-01-11 Thread CG
their username via a form, and this data is written to an xml file. I am hoping to tie all this together to display multiple tweets from users who have submitted their data on one page. Is it possible? Are there any examples or sites that you know of that I could look at? Many thanks, CG