You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
var authenticator = new OfficeHelpers.Authenticator();
authenticator.endpoints.registerFacebookAuth('xyz');
authenticator
.authenticate(OfficeHelpers.DefaultEndpoints.Facebook)
.then(function (token) {
var fbtoken = token;
})
it always goes into the .then part but there is never a token or whatever appid i pass, it just goes through. not sure what i am missing. i just created a new excel addin and followed direction to include the code.
The text was updated successfully, but these errors were encountered:
it always goes into the .then part but there is never a token or whatever appid i pass, it just goes through. not sure what i am missing. i just created a new excel addin and followed direction to include the code.
The text was updated successfully, but these errors were encountered: