Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71523

Ionic cloud instagram login's access_token?

$
0
0

@bimodabitrend wrote:

I am using Ionic Cloud to login with Instagram,

this.auth.login('instagram').then(result: {signup: boolean, token: string} => { });

But when I call the API with access_token parameter being the token I received from the login (or this.auth.getToken()) I get a 400 error.

Endpoint: https://api.instagram.com/v1/users/{USER_ID}/media/recent/?access_token={ACCESS_TOKEN}

Error thrown:

{
    "meta": {
        "error_type": "OAuthAccessTokenException",
        "code": 400,
        "error_message": "The access_token provided is invalid."
    }
}

How can i get real instagram access_token value with ionic service?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71523

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>