I am having a serious problem with my app. While installing the app, my app will ask the user in which page he wants to install it. Suppose the user select a page and says install. The app will be installed.
Now When a visitor visits that page, the app will also load. What I want to do is I want to get the user id of the person who actually installed the app, using a javascript code.
Can anyone help me fix this? Thank you all in advance.
You could store that off someplace on your installation, either in the site itself, or back on your server and then call back to it to get the user/page combo, I don’t know of any other way to do it.