-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
57 lines (37 loc) · 1.64 KB
/
Copy pathREADME
File metadata and controls
57 lines (37 loc) · 1.64 KB
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
50
51
52
53
54
55
56
57
RLPlurk API
Copyright (c) 2008 Ryan Lim (and others).
This program is free software licensed under the New BSD License
(http://www.opensource.org/licenses/bsd-license.php). Please read the LICENSES
file for license information.
This program is provided in hope that it will be useful to the Plurk community.
Unfortunately, it does not come with any warranty or guarantee that it works.
*******************************************************************************
This is an unofficial Plurk API code, and thus, is not supported by the Plurk
team. Please do not contact them if you encounter problems with this API.
Instead, please browse the bug report at:
http://code.google.com/p/rlplurkapi/issues/list
and see if the bug has already been reported. If it has not been reported,
please report it.
*******************************************************************************
The project site is at: http://code.google.com/p/rlplurkapi/
API Documentation is available at: http://plurk.ryanlim.com/api/
Requirements:
- PHP 5
- A Plurk account
Files:
- README
This file.
- LICENSE
The BSD license file.
- CONTRIBUTORS
Credits to those whom have provided invaluable help and support.
- RLPlurkAPI.php
This is the PHP 5 class file.
- pear/
Our dependencies classes.
- example.php
A PHP file with examples how to use the API.
*******************************************************************************
Again, this is an unofficial Plurk API code, and thus, is not supported by the
Plurk team. Please do not contact them if you encounter problems with this API.
*******************************************************************************