Im trying out the new graph api for facebook. I\'m trying to fetch some data using jquery ajax. This is a sample of my javascript code, very basic...
var mU
You can't do cross-domain AJAX requests like that due to the same-origin policy. Instead, use Facebook's JavaScript SDK, which is based on a script tag.