I'm developing a opensocial app and the codebase is living on our servers. I'd like to make API calls via javascript, but obviously I'm getting cross domain error.
Is there anyway I bypass this issue? maybe by providing authentication in header?
Thanks.