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

Fix inconsistencies in README.md #34

Merged
merged 2 commits into from Nov 14, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 3 additions & 22 deletions README.md
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 @@ -554,7 +536,7 @@ Options:
Example:

```javascript
authom.createServer({
var twitter = authom.createServer({
service: "twitter",
id: "LwjCfHAugMghuYtHLS9Ugw",
secret: "etam3XHqDSDPceyHti6tRQGoywiISY0vZWfzhQUxGL4"
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 All @@ -598,7 +579,7 @@ Options:
Example:

```javascript
authom.createServer({
var linkedin = authom.createServer({
service: "linkedin",
id: "AsjCfHAugMghuYtHLS9Xzy",
secret: "arom3XHqDSDPceyHti6tRQGoywiISY0vZWfzhQUxXZ5"
Expand Down