rodzeus
Posts: 0
Joined: Fri Feb 21, 2014 6:28 pm

LinkedIn plugin oAuth redirect

What is xxxxxx? And also, where do I put in the "boom1" parameter so that the app takes the user there?Thanks.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

LinkedIn plugin oAuth redirect

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...

rodzeus
Posts: 0
Joined: Fri Feb 21, 2014 6:28 pm

LinkedIn plugin oAuth redirect

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?

Thanks
Rajeev Image

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

LinkedIn plugin oAuth redirect

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.

rodzeus
Posts: 0
Joined: Fri Feb 21, 2014 6:28 pm

LinkedIn plugin oAuth redirect

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/...

rodzeus
Posts: 0
Joined: Fri Feb 21, 2014 6:28 pm

LinkedIn plugin oAuth redirect

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/...

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

LinkedIn plugin oAuth redirect

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.

rodzeus
Posts: 0
Joined: Fri Feb 21, 2014 6:28 pm

LinkedIn plugin oAuth redirect

Hi Maryna, thanks. The "public" checkbox was e

rodzeus
Posts: 0
Joined: Fri Feb 21, 2014 6:28 pm

LinkedIn plugin oAuth redirect

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.

Image

Image

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

LinkedIn plugin oAuth redirect

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...

Return to “Issues”