Re: [twitter-dev] Re: Tweeting from PHP backed will also require OAuth in the upcoming changes?

2010-05-10 Thread Taylor Singletary
Hi Eric, The oauth_single_token isn't really a feature -- it's just a demonstration of how you would go about it if that was your use case. The usage of a stored access token is the same in most implementations, whether you got that single access token through the feature on dev.twitter.com or

[twitter-dev] Re: Tweeting from PHP backed will also require OAuth in the upcoming changes?

2010-05-09 Thread Eric
Is the point of oauth_single_token that you can only work with a single account? Meaning if I have a feature on my site, I can't use this library to interact with the users accounts, I can only use this library to work with my own, or one account? Much appreciated! On May 3, 2:35 pm, Abraham

[twitter-dev] Re: Tweeting from PHP backed will also require OAuth in the upcoming changes?

2010-05-04 Thread Paul A.
Many thanks, guys. Got it On May 4, 12:35 am, Abraham Williams 4bra...@gmail.com wrote: You can checkout this page describing using a script to post to a single Twitter account:http://dev.twitter.com/pages/oauth_single_token One of the examples is for my PHP

[twitter-dev] Re: Tweeting from PHP backed will also require OAuth in the upcoming changes?

2010-05-03 Thread YCBM
Hi Paul, Posting status updates using Basic Auth like that won't work any more after 6/30. You'll need to use a PHP oAuth class (there are a few of them at http://dev.twitter.com/pages/oauth_libraries#php) as well as register an oAuth app. Best, Y On May 3, 3:17 pm, Paul A.

Re: [twitter-dev] Re: Tweeting from PHP backed will also require OAuth in the upcoming changes?

2010-05-03 Thread Abraham Williams
You can checkout this page describing using a script to post to a single Twitter account: http://dev.twitter.com/pages/oauth_single_token One of the examples is for my PHP library: http://github.com/abraham/twitteroauth Abraham On Mon, May 3, 2010 at 13:04, YCBM youcannotb...@gmail.com wrote: