Hello,
We are trying to follow the ‘rules of the road’ to properly display Tweets.
As part of this process, we are using OEmbed to check if a Tweet still exists and properly format it for presentation purposes.
We have successfully been able to call the OEmbed API Method with JSONP.
Unfortunately, the output includes a tag which tries to call ‘widget.js’ and returns the following error:
XMLHttpRequest cannot load http://platform.twitter.com/widgets.js. Origin http://<CENSORED> is not allowed by Access-Control-Allow-Origin.
Any suggestions?