Alex601t / Catamaran

An easy way to get Social Networks authenticating by OAuth 2.0 on Objective-C via UIWebView. Supported social networks: Google, Facebook, Foursquare, linkedin, Instagram, Mail.ru, ok.ru, Yandex, VK, GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinkedIn Authentication Issue

08irfan opened this issue · comments

On giving a correct username and password get following error in debugger.
No response in delegate method..

D09C-4406-A16E-388063E79B1E>.<0> HTTP load failed (error code: -1003 [12:8])
2018-03-10 14:24:14.957890+0500 CatamaranDemo[1377:83415] NSURLConnection finished with error - code -1003

@Alex601t @EvgeniaGrigorovich

@08irfan Hi! Looks like you are don't allow NSAppTransportSecurity :)

@Alex601t I have :(
Its set to "Allow Arbitrary Loads"
In fact I am using my credentials in your demo project.
screen shot 2018-03-10 at 8 30 03 pm

Sure..let me check

@Alex601t Yes they did.. its working now
New URLs
Auth: https://www.linkedin.com/oauth/v2/authorization
Access Token: https://www.linkedin.com/oauth/v2/accessToken
Thanks for your help. :)

@08irfan maybe you could contribute?

yeah sure..
will contribute ..

@08irfan fixed in b97d053 . Thx for reprot 💪