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
I am beginner here. How can I get access token on new version? I was using the old one and below is the sample code to get the token.
app.all('/oauth/token', app.oauth.grant());
app.get('/', app.oauth.authorise(), function (req, res) {
res.send('Congratulations, you are in a secret area!');
});
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi all,
I am beginner here. How can I get access token on new version? I was using the old one and below is the sample code to get the token.
Thanks in advance.
The text was updated successfully, but these errors were encountered: