Skip to content

Not redirected back to the app #6

@hanalaydrus

Description

@hanalaydrus

I already sign in and redirected to callback url but can't get redirected back to the app. Any solution?

My code looks like this

    const tokens = {
      consumerKey: TWITTER_CONSUMER_KEY,
      consumerSecret: TWITTER_CONSUMER_SECRET
    }
    const redirectUrl = 'http://localhost/twitter'
    auth(tokens, redirectUrl)
      .then(resp => console.log(resp))
      .catch(err => console.log(err))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions