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

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

@jaydeep0004

Description

@jaydeep0004
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' }

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