-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
callback url for mobiles? #28
Comments
Hi, I will check this in one day probably because currently I am on a trip. Regarding you question, yes it should work on Android and iOS. It is still not supported, unfortunately, web and desktop because dependency which we are using has some issue. First tip, please check did you setup everything correctly while you have created LinkedIn app on their page? |
the only thing that I am not sure of is the
which, of course I changed, and set it up both in the code and in the app definition on linkedin. |
There is nothing like to add to the redirect route, I have even use localhost. That's because everything is handled by APIs from Linkedin and there is no need to have 3 legged like on apple login. I have tried now my example and it's working. Can you also try that? PS: Did you set up correctly scopes for you LinkedIn app, on their site? |
yep, I got it now, thank you a lot :) |
I am planning soon to post an article about this, step by step. It will be easier for you guys :) |
What is not really clear is what kind of permission(s) one will get choosing either of the 3 paths on dev.linkedin Sign in with LinkedIn I need to get my list of 1st level connections, basically the people I follow on LinkedIn |
Hi @edoardoc sorry for my late response. Please tag me, so that I can get a notification. I am not sure how to it because this library is just for auth, but I know that ppl had a lot of problems retrieving that information. If I remember correctly, you should apply for Marketing, and there is already a lot of feedback that they are not approving this program so easily. |
@d3xt3r2909 UPDATE: you need to apply for which are the only ones they will authorize |
Hello,
followed instructions, created linkedin app and updated all the values, whenever I try to login on iOS it says:
flutter: Error description: Scope %26quot%3Br_liteprofile%26quot%3B is not authorized for your application, Error code: 401
on Android:
As I understand this should be able to work on mobiles also but maybe I need to set a different type of callback url?
Any help appreciated
The text was updated successfully, but these errors were encountered: