-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
49 lines (30 loc) · 796 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
PHP Class to connect on Path API.
This first version is readonly
ABOUT PATH
All trademarks are the property of their respective owners.
About path : https://path.com/about
Download apps : https://path.com/
BASIC METHODS
* login
Set HTTP Authentification header for all requests
* init
Load data from current logged user
* httpRequest
Method for httpRequest
WRAPPER METHODS
* getPath()
Load path data
* getHome()
Load home data
* getFriends()
Load friends lists
* getComments()
Load a single moments
* getActivity()
Get activity data (notifications)
* getSettings()
Get user settings data
CHANGELOG
01/02/2012 - Fisrt version of the Path Wrapper (Read-Only)
EXEMPLE
WPPath : Wordpress plugins - Display your path activity on your blog (https://github.com/mbuonomo/WPPath)