We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae467eb commit 97bc475Copy full SHA for 97bc475
README.md
@@ -16,14 +16,17 @@ Reason for this is to have both things in one place (this works for me).
16
How to use:
17
18
1) Get access token with api.domain.com/access?client_id=id&client_secret=secret
19
+
20
2) With access token just access you api method api.domain.com/method?token=token from 1)
21
22
3) Also you different formats:
23
24
- xml ->
25
api.domain.com/method?token=token&format=xml or
26
api.domain.com/method.xml?token=token
27
28
- json is supported by default
29
30
4) Update app/config/config.php with your own stuff
31
32
TODO: Add oauth2 scope and static html page for allow/deny like Google oauth2 or Facebook oauth.
0 commit comments