Skip to content

Releases: tonyli508/LinkedinSwift

1.8.0 Replace UIWebView with WKWebView

31 Jul 22:17
Compare
Choose a tag to compare

Logout

16 Apr 16:08
Compare
Choose a tag to compare

Add logout function to helper related issues: #11 #35

Persist Token Over App Launches

20 Oct 10:58
Compare
Choose a tag to compare
  • Add new optional parameter persistedLSToken to LinkedinSwiftHelper init function, fix issues #9 #12 .
  • Update example to Swift 3 Syntax.

TokenSource

09 Aug 17:39
Compare
Choose a tag to compare

Make request according to the token source, despite of linkedin app installed or not

CacheTokenInMemoryNow

04 Dec 12:00
Compare
Choose a tag to compare
  1. Now lsAccessToken will be cached in memory, especially useful for webview login -> request profile.
  2. Add isFromMobileSDK to lsAccessToken, so you know if token string is oauth token or mobile token.

NoMoreLie

21 Nov 13:49
Compare
Choose a tag to compare

LinkedinSwift is a project for managing native LinkedIn SDK using Cocoapods

Linkedin Oauth Helper, depend on Linkedin Native App installed or not, using Linkdin IOS SDK or UIWebView to login, support Swift with iOS 7

It turns out Linkedin 1.0.6 release note: Added Bitcode support. is a lie. So you need to turn off Bitcode to make it work.