I've been trying to figure out how to extend the access token using the Facebook JavaScript API.
I see a lot of code examples using PHP but JavaScript seems really hard to find.
A PHP SDK method that seems useful is setExtendedAccessToken() however this doesn't seem to exist in the JavaScript API or I simply haven't found it yet.
Does anyone have an example of how to use setExtendedAccessToken() in the JavaScript SDK or how to implement this method in Javascript?