Hi,
could you please advise how should the code
http://api.twitter.com/1/statuses/user_timeline/castrolfootball.json?callback=twitterCallback2&count=1
be amended so that the feed is visible?
Regards,
Klaus
Hi,
if possible could you please advise on this? https://dev.twitter.com/discussions/21035
Regards,
episod
#3
It’s not possible to just amend the code to make it visible. That’s the now retired version 1 of the API. You can modify the URL to use the 1.1 version of the API, but it requires authentication which you can’t provide unless making the request from a server.
Hi Taylor,
thanks for your reply - would you know how such a request needs to be made? What kind of code do we need to prompt the server to request authentication? Please advise.
Best regards,
Klaus
Check out the [node:114] documentation.