Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CORS issue prevents browser loading Twitter's JSON #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrewreid
Copy link

Twitter's JSON feed doesn't come with Access-Control-Allow-Origin: headers, so browsers will refuse to load the user_timeline.json file as it exists on third party host.

JSONP is the preferred way of accessing this feed and implementing it required minimal changes to your original codebase. It now loads the Twitter feed successfully.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant