Skip to content
Snippets Groups Projects
Unverified Commit 5a705f4d authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Restore accidentally deleted authtwitter docs

Remove authlinkedin instead
parent 42e32148
No related branches found
No related tags found
No related merge requests found
......@@ -160,16 +160,16 @@ $config = [
*/
/*
// LinkedIn OAuth Authentication API.
// Twitter OAuth Authentication API.
// Register your application to get an API key here:
// https://www.linkedin.com/secure/developer
// Attributes definition:
// https://developer.linkedin.com/docs/fields
'linkedin' => [
'authlinkedin:LinkedIn',
// http://twitter.com/oauth_clients
'twitter' => [
'authtwitter:Twitter',
'key' => 'xxxxxxxxxxxxxxxx',
'secret' => 'xxxxxxxxxxxxxxxx',
'attributes' => 'id,first-name,last-name,headline,summary,specialties,picture-url,email-address',
// Forces the user to enter their credentials to ensure the correct users account is authorized.
// Details: https://dev.twitter.com/docs/api/1/get/oauth/authenticate
'force_login' => false,
],
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment