tonyli508 / LinkedinSwift

Linkedin IOS SDK for Swift from IOS 7
MIT License
74 stars 43 forks source link

Where can we get the state parameter? #57

Closed bbeutler closed 4 years ago

bbeutler commented 4 years ago

let linkedinHelper = LinkedinSwiftHelper(configuration: LinkedinSwiftConfiguration( clientId: "77tn2ar7gq6lgv", clientSecret: "iqkDGYpWdhf7WKzA", state: "DLKDJF45DIWOERCM", permissions: ["r_basicprofile", "r_emailaddress"] ) )

I can get the client Id and client Secret as well as permissions. But I can't find where is state string.

tonyli508 commented 4 years ago

State is a random string, just make sure unique for each app.