Skip to content

Commit

Permalink
Create Doc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geralexgr authored Oct 14, 2017
1 parent 0a3c254 commit 6aa38b2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Documentation

Basic examples of package functionality.

## Functions


* CreateTokenUrl
* GetToken



## Code

#### Get A token


```
using Net.Facebook.Graph;
using Net.Facebook.Graph.Models;
Token token = await NetGraphRequest.GetToken("APPID", "APPSECRET");
```

0 comments on commit 6aa38b2

Please sign in to comment.