Instagram 'code' returns empty when using Instagram api plugin
Hey guys, added and followed along with this tutorial:
http://blog.appery.io/2013/04/get-acc...
Instagram login and authentication works and redirects back to app, but the URL code fragment is not parsed and/or stored into localStorage.
Checked in Chrome debugger but the localStorage variable returns with an empty string and so no Instagram token is created, stored or can be used for the rest of the services.
The plugins 'Instagram_Login' JavaScript url parsing script seems to be the culprit. Perhaps (like facebook) the order of the url response has changed recently and broken this code? I'm fumbling through but so far not sure where the breakdown is. Hoping you can help.