forked from fxb/php-last.fm-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (25 loc) · 956 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
PHP last.fm API Documentation
-----------------------------
Overview
--------
The PHP last.fm API allows you to call methods and get responses in the
form of objects. Responses can be cached on the filesystem or in a database.
See the documentation for detailed information.
Encoding
--------
You don't need to worry about encoding when calling API methods. Everything
will automatically be UTF-8 encoded when needed. All responses will also be
UTF-8 encoded.
Authentication
--------------
It's easy to fetch a session for a user account. This allows you to perform
actions on that account in a manner that is secure for last.fm users. All
write services require authentication.
Submissions
-----------
Scrobbling is not yet supported, but will be added soon. Although it doesn't
really make sense to scrobble from within a PHP script ;-)
More
----
For further information, please visit the official API documentation:
http://www.last.fm/api