Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

does not open auth dialogue and does not look like its doing anything. #100

Open
manish-shukla01 opened this issue Aug 11, 2018 · 2 comments

Comments

@manish-shukla01
Copy link

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.

@manish-shukla01
Copy link
Author

@casieber
and @Zlatkovsky can you guys provide some quidance..i asked this question on stackoverflow also..
https://stackoverflow.com/questions/51800835/office-addin-auth-using-helper-js

@manish-shukla01
Copy link
Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants