forked from joechung/oauth_yahoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
18 lines (14 loc) · 781 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OAuth Examples using Yahoo Social APIs
These standalone scripts are meant to be run from the command line,
for learning the OAuth requests and responses. You are expectd to
edit these scripts (very minimally) to fill in the various tokens and
secrets required as input for each step.
The accompanying tutorial can be found here:
http://nullinfo.wordpress.com/oauth-yahoo/
globals.php - edit to fill in the consumer key and secret
getreqtok.php - no editing required
getacctok.php - edit to fill in the required 3 pieces of information
refacctok.php - edit to fill in the required 3 pieces of information
callcontact.php - edit to fill in the required token and secret
Though the concepts are generic to OAuth, these scripts have been
tweaked to work with Yahoo's Social APIs.