I am attempting to use the Facebook JS sdk to retrieve my friends list via FB.api("/me/friends") , but I keep getting the following error: {"type":"http","message":"unknown error"}
When I view the request in Chrome debugger tools it shows the request as failed, but copying the url and going to it in a new window pulls down my friends list data as expected.
Has anyone seen this before?