Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Remove duplicate LinkedIn section
Browse files Browse the repository at this point in the history
  • Loading branch information
stigkj committed Nov 13, 2012
1 parent 2a8166d commit 15e4c2f
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ var facebook = authom.createServer({
scope: []
})
```

### Fitbit ([request api key](https://dev.fitbit.com/apps/new))

Options:
Expand Down Expand Up @@ -506,25 +507,6 @@ var instagram = authom.createServer({
})
```

### LinkedIn ([create an app](https://www.linkedin.com/secure/developer?newapp=))

Options:

- `service`: "linkedin"
- `id`: the application's `Api key`
- `secret`: the application's `Secret key`
- `scopes`: Optional. An array with the scopes, fe: ["r_fullprofile", "r_emailaddress"]. Default: r_fullprofile

Example:

```javascript
authom.createServer({
service: "linkedin",
id: "AsjCfHAugMghuYtHLS9Xzy",
secret: "arom3XHqDSDPceyHti6tRQGoywiISY0vZWfzhQUxXZ5"
})
```

### SoundCloud ([create an app](http://soundcloud.com/you/apps/new))

Options:
Expand Down Expand Up @@ -583,7 +565,6 @@ var windowslive = authom.createServer({
})
```


### LinkedIn ([create an app](https://www.linkedin.com/secure/developer?newapp=))

Options:
Expand Down

0 comments on commit 15e4c2f

Please sign in to comment.