Hi,
I am doing a ouath authentication of a site and for the validation of unauthorized token , i will have to open the url of this site with a callback url. So if i am giving the url like "http://appery.io/app/view/a8413bc6-93..." this, in the load event i am not able to access localstorage set in the my app last page where i am requesting for the authorized oauth token.
Can someone help me in this and tell me that how and what callback url should i give so that it can come back from this site to my app and i can also execute my next step of ouath authentication