- From: Melvin Carvalho <melvincarvalho@gmail.com>
- Date: Sat, 14 Jan 2012 17:15:31 +0100
- To: WebID XG <public-xg-webid@w3.org>
Thought I'd post this little nugget:
<script>
var script = document.createElement('script');
script.src = 'https://data.fm/user.js?callback=alert';
document.body.appendChild(script);
</script>
No need for the SAML assertion or an OAuth access token.
Should work in any browser.
This is one of the merits of using a RESTful architecture!
Received on Saturday, 14 January 2012 16:16:43 UTC