Skip to content

Commit

Permalink
public access token method
Browse files Browse the repository at this point in the history
  • Loading branch information
hcasatti committed Nov 23, 2012
1 parent aeddfe6 commit 1102f58
Show file tree
Hide file tree
Showing 98 changed files with 313 additions and 10,579 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ var MP = require ("mercadopago");
var mp = new MP ("CLIENT_ID", "CLIENT_SECRET");
```

### Get your Access Token:

```javascript
mp.getAccessToken(function (err, accessToken){
console.log (accessToken);
});
```

<a name="checkout"></a>
## Using MercadoPago Checkout

Expand Down
Loading

0 comments on commit 1102f58

Please sign in to comment.