Quantcast
Channel: How to fix XMLHttpRequest error while loading XML feed form a different domain using jQuery? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Naveen J for How to fix XMLHttpRequest error while loading XML feed...

Please read the vimeo API - UserMaking the URLhttp://vimeo.com/api/v2/username/request.outputusername Either the shortcut URL or ID of the user, an email address will NOT work.request The data you...

View Article


How to fix XMLHttpRequest error while loading XML feed form a different...

I need to load an xml feed from vimeo, for this I am using jquery like this:$(function(){// Get vimeo feed$.ajax({ type: "GET", url: "http://vimeo.com/api/v2/<my username>/videos.xml", dataType:...

View Article
Browsing all 2 articles
Browse latest View live