blob: f7a99a476b2aa539fd5091e668829d721e92d7f1 (
plain) (
blame)
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
|
Plurk API 1.0
**********************************************
Plurk API provides a standard way of accessing
and implementing applications on top of the Plurk
platform. The API is a simple HTTP API that can be
accessed from any language that supports creation
of HTTP requests.
The API returns JSON encoded data. You should use
a JSON library to decode the data returned. Some
good JSON libraries are simplejson (Python),
JSON.simple (Java) or json (Ruby) or json (PHP).
The current limit is 50.000 calls pr. day. If you
need more than this contact us with a description
of what you are making.
%%PKGNAME%% has been installed into :
%%WWWDIR%%
php-plurk-api is a Plurk API Client implementation with PHP.
the API Official Website:
http://www.plurk.com/API/1.0/
Code Repository:
https://code.google.com/p/php-plurk-api/
**********************************************
|