So, I'm trying to do a Twitter status update from within a Javascript
project for PhoneGap*.

So far I have:

- the oauth_access_token that's been given to me by twitter in the
querystring of the postback URL (i thought I was nearly there it this
point)
- a url to post the message to (http://api.twitter.com/version/
statuses/update.json)

Can someone clear the following things up for me?

- The oauth documentation speaks of a 'oauth_token' as the final token
you need to act on behalf of the user. However, twitter returns me
'oauth_access_token' instead. Are these the same?
- What does the final request to 
http://api.twitter.com/version/statuses/update.json
looks like exactly? I can;t belief they don't provide an example in
the documentation.

Many, many things if someone can help me!

*on a side note: this is the main reason why I don't use @anywhere.

-- 
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

Reply via email to