We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XMLHttpRequest cannot load https://api.twitter.com/1/statuses/oembed.json?id=462072621429825536&align=center. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8000' is therefore not allowed access.
Trying to make tweet-embed. But I get this error.
tweet-embed
Here's my code:
<polymer-element name="tweet-embed"> <template> <core-ajax url="https://api.twitter.com/1/statuses/oembed.json?id={{id}}&align=center" auto response="{{resp}}"></core-ajax> {{resp.html}} </template> </polymer-element>
The text was updated successfully, but these errors were encountered:
Is that endpoint CORS enabled? It looks like no: https://dev.twitter.com/discussions/11012
Sorry, something went wrong.
Weird. Seems like there is no CORS enabled end-point for fetching tweet.
No branches or pull requests
Trying to make
tweet-embed
. But I get this error.Here's my code:
The text was updated successfully, but these errors were encountered: