message no. 82854
Posted by insaneinside in #github at 2015-03-09T00:36:32Z
I'm looking to integrate something like my GH profile's "public activity" feed into my website; the obvious solution is to just fetch it from GitHub via XMLHttpRequest and render it with JS, but it looks like GH's cross-origin security policy disallows this. What's the recommended way to do this?