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

tumblr login call back not working in iOS only. #111

Open
jaydeep0004 opened this issue May 18, 2019 · 0 comments
Open

tumblr login call back not working in iOS only. #111

jaydeep0004 opened this issue May 18, 2019 · 0 comments

Comments

@jaydeep0004
Copy link

jaydeep0004 commented May 18, 2019

tumblr({
            appId: OAUTH_CONSUMER_KEY,
            appSecret: CONSUMER_SECRET,
            callback: 'com.home://authorize',
        }).then((info) => {
           
        }).catch((error) => {
            console.log('erooooooooo',error)
        });

for android its working fine but in iOS its open tumblr app and then ask user for permission allow. and on return to app it will execute catch block.

error is like below

{ [TypeError: Network request failed]
  line: 27453,
  column: 31,
  sourceURL: 'http://192.XXX.X.XXX:8081/index.bundle?platform=ios&dev=true&minify=false' }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant