nraboy / ng-cordova-oauth

AngularJS oauth library for use with Apache Cordova projects
https://www.thepolyglotdeveloper.com
MIT License
456 stars 199 forks source link

Problem authentication for linkedin #285

Closed santu-git closed 8 years ago

santu-git commented 8 years ago

Hi, @nraboy I am facing this issue and read all discussion regarding this none of those solved that problem. And all thread has been closed after some discussion with out any promising solution. Even I tried your application not working. If you want I can share that android build, soure code with you. Even I can give you a linkedin access to test.

nraboy commented 8 years ago

I've recently tested LinkedIn and it works fine. I suggest reading the oauth documentation on the LinkedIn website or consult stack overflow.

Support can be purchased if you'd like, but I don't offer free support.

Best

santu-git commented 8 years ago

@nraboy how much you charge for support??

hebaothman commented 7 years ago

@santu-git Hi santu i had the same issue solved by @nraboy solution in issue https://github.com/nraboy/ng-cordova-oauth/issues/270 it will give you the accessToken and the same white screen in simulator but with this solution you can solve your issue

The solution and i am just pasting @nraboy solution

I just tried LinkedIn with the example app that I put on GitHub:

https://github.com/nraboy/ng-cordova-oauth-example

I replaced the library in that sample project with the latest ng-cordova-oauth release and LinkedIn worked fine. This leads me to believe that maybe you didn't configure your application correctly in the LinkedIn dashboard.