https://graph.facebook.com/oauth/access_token? i developed an facebook application, since the offline_access removed i just turned to use the above code
it works great in FF,Chrome but not IE all versions. when i place the code in browser address bar it returns the expected result when i try to call through my website it returns
client_id=APP_ID&
client_secret=APP_SECRET&
grant_type=fb_exchange_token&
fb_exchange_token=EXISTING_ACCESS_TOKEN
{"readyState":0,"status":0,"statusText":"Error: Access is denied.\r\n"} IE doesn't support cross browser request what should i do to work in IE please help some one i tried " $.support.cors = true;" but no changes , please help me thanks in advance.