-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTES
55 lines (48 loc) · 1.39 KB
/
NOTES
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
** IS3.IN API V1 **
Notes:
>> It is a good practice to store the access tokens rather than requesting them
every time.
Access tokens expire in 3600 seconds or 1 hour.
Function: `is3::setAccessToken()`
>> All the scopes will function without an access token except the scope `user`.
>> An access token is advised while shortening a long URL to log them under your
account.
>> Functions|Scope which can take access tokens as a parameter:
doShortUrl | shortUrl | optional: will log the URL under your account
user | user | required
>> Supported Browsers:
array(
'Internet Explorer',
'Firefox',
'Safari',
'Chrome',
'Opera',
'Netscape',
'Maxthon',
'Konqueror',
'Handheld Browser(Unknown Browser)'
);
>> Supported Operating Systems:
array(
'Windows 8.1',
'Windows 8',
'Windows 7',
'Windows Vista',
'Windows Server 2003/XP x64',
'Windows XP',
'Windows 2000',
'Windows ME',
'Windows 98',
'Windows 95',
'Windows 3.11',
'Mac OS X',
'Mac OS 9',
'Linux',
'Ubuntu',
'iPhone',
'iPod',
'iPad',
'Android',
'BlackBerry',
'Mobile'
);