Closed onyekachiapam closed 10 years ago
@onyekachiapam, it should be possible with Instajam as it is, but you'll have to write some additional code. Read through this StackOverflow explaining how to do it for Twitter.
Essentially, the popup window will still redirect to your callback page, and the callback page should be responsible for parsing the access token from the URL, and passing it back to the opener:
window.opener.setInstagramToken(myToken);
window.close();
Or something like that. This should point you in the right direction.
Hi,
Now when I click authenticate button,page goes to instagram then page is postback.I want to authenticate with popup like Facebook Javascript SDK and store localstroage. Is it possible ?
Thanks