What is xxxxxx? And also, where do I put in the "boom1" parameter so that the app takes the user there?Thanks.
What is xxxxxx? And also, where do I put in the "boom1" parameter so that the app takes the user there?Thanks.
xxxxxxx - is a your application id.
First you should pass all necessary steps to be logged in LinkedIn. After you will be logged in you can do what you need
For example navigate to your "boom1" page. See how to do it from js code here: http://docs.appery.io/documentation/j...
I suspect we may be talking of two different goals here. My goal is NOT for the user of my app to see his own LinkedIn profile on my app.
My goal is to allow the user of my app to login to my app via linked. Just like Facebook connect. I have attached a picture to explain what I am trying to do. Can I do this on Appery.io? If so, is this the right plugin I am using?
Yes you can to do this. Following example was builded on suggested solution. You can check it
http://appery.io/app/view/5dcf4289-b4...
If you will follow the steps which we provided all will will work.
Hi Igor, yes I see what you have done works. It is what I want. But I do have another question - when I click on your url above, it works even when I am not logged into Appery.io. However, when I click on the url of the app I have created it does not work in a browser if I am not logged into Appery.io. Why is that?
Here is my url ... note it is the same structure as yours.
http://appery.io/app/view/b80e4c4c-6b...
In other words, if I am logged into Appery.io then it shows me my app in test view. But if I am not logged into Appery.io then it takes me to the website's login page.
I believe this thread, someone had the same problem. https://getsatisfaction.com/apperyio/...
In other words, if I am logged into Appery.io then it shows me my app in test view. But if I am not logged into Appery.io then it takes me to the website's login page.
I believe this thread, someone had the same problem. https://getsatisfaction.com/apperyio/...
Hello!
We tested your app and it works. Could you post screenshots and steps to reproduce your problem?
Perhaps you're talking about public app link. If so you have to make your application as public (more information is here http://docs.appery.io/documentation/t...)
If it still doesn't work, untick "public", save app, tick again and save.
Hi Maryna, thanks. The "public" checkbox was e
Hi Maryna, thanks. The "public" checkbox worked when I ran the test on desktop browser, even when the user was not logged into Appery.io. Which is good, and just as I wanted.
However, when I scanned the QR code to test on iPhone, it is not pulling the data from LinkedIn, even though I went through the LinkedIn oAuth process.
Same app but different results when testing on desktop browser versus phone. Any idea why this is happening? I have attached the two screenshots - the one with the data and my picture is the desktop browser test and the one without the data and my picture is the iPhone test.
Why would there be a difference?
Thank you.
Hello,
It's look like service, that populates component values, doesn't execute. Please add a handler on error event for this service and display error with alert(). Also, you can use Weinre for debugging:
http://docs.appery.io/documentation/d...