Re: [twitter-dev] A day wasted trying to get public feed is OAuth the issue?

2010-09-01 Thread Tom van der Woerdt
You can't access external pages via javascript because of webbrowser security. You will have to write a script that gets the .json page and send that to your user (a proxy). Tom On 9/1/10 5:12 AM, jmargey wrote: Hi all, My first day working on a twitter app, basically I have a web page

Re: [twitter-dev] A day wasted trying to get public feed is OAuth the issue?

2010-09-01 Thread Taylor Singletary
Also, the API isn't at twitter.com -- it's at api.twitter.com and also requires a version component to the path. The types of requests you want to make, once you settle on a means of transport, would be to http://api.twitter.com/1/statuses/user_timeline.json?screen_name=celebname Taylor On Wed,

[twitter-dev] A day wasted trying to get public feed is OAuth the issue?

2010-08-31 Thread jmargey
Hi all, My first day working on a twitter app, basically I have a web page that displays a public feed from a celeb. I am calling http://twitter.com/statuses/user_timeline/celebname.json and then using jquery to display the feed. Now I know the json exists because if I paste the url above in the