I'm in the middle of creating a twitter app using appcelerator, which
means I'm limited to javascript. Luckily I've managed to get
everything up and running using the oauth libraries available on
google code but I'm stuck on what is probably an obvious and newbish
problem, I have no clue how to structure a request string using the
tokens I'm storing post authentication. If I were doing this using
basic authentication the request would look like this:

httpClient.open('GET','http://twitterName:twitterp...@api.twitter.com/
1/statuses/friends_timeline/username.json?count=3');

Given the above, where do the oauth_token and oauth_token_secret
values figure? I realize this question is a bit vague in terms of
concrete code but I'm pretty good at interpretation, if someone has a
verbose example of what I'm trying to do in php or vbscript or
something I can probably translate to what appcelerator/twitter
requires.

Thanks again, r.

Reply via email to