I blog on Tumblr and I’m using API v1 currently to get all my recent tweets and post it on my blog.
With API v1 soon to be deprecated I need help to migrate to v1.1.
With API v1, I only to call for my tweets using this script:
script type=“text/javascript” src=“http://api.twitter.com/1/statuses/user_timeline/alvintwjblog.json?callback=twitterCallback2&count=5&include_rts=true&exclude_replies=true”/script
But now from what I understand, v1.1 needs all request to be authenticated.
Anybody cares to give me instruction on how to migrate to v1.1
I have already created an app and have no idea what should I input in these two fields,
Request URI:
Request query:
And I have no idea what to do next, with the Consumer Key, Consumer Secret, Access Token and Access Token Secret.
I have only knowledge in HTML, CSS and Javascript. Thanks!