[twitter-dev] Twitter OAuth PHP - Submit tweets without user login?

2011-02-17 Thread Adamantus
I'm using the Twitter OAuth API to try and submit tweets from my
site's code. I have the example up and running on localhost and
everything works great and I can submit tweets but it goes through a
login stage first.

Is there a way to bypass this? Basically I just want to tweet to my
account using my Twitter account (no user login). The problem seems to
be the authentication where it develops a token from the manual login
and then uses that to authenticate and then use the API.

https://github.com/abraham/twitteroauth/blob/master/DOCUMENTATION

How could you do this manually?

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Twitter OAuth PHP - Submit tweets without user login?

2011-02-17 Thread Adamantus
Thanks Scott. I found the token from that page but I get Could not
authenticate you when I try and use it. Do you happen to know where I
might get some code or tutorial which would explain how to use the
tokens from the site?

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Twitter OAuth PHP - Submit tweets without user login?

2011-02-17 Thread Adamantus
Genius, thanks Abraham that worked great, and so simple.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk