/var/www/hkosl.com/imusiccircle/paypal/lib/paypal-permissions-sdk-php-eef386c/samples/index.php


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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>PayPal Permissions SDK - Samples Main Page</title>
</head>
<body>
        <img src="https://devtools-paypal.com/image/bdg_payments_by_pp_2line.png">
    <center>
        <h4>Permissions SDK Samples Home Page</h4>
        <table>
            <tr>
                <th>Permissions API methods</th>
            </tr>
            <tr>
                <td><a id="RequestPermissions" href="RequestPermissions.php"
                    name="RequestPermissions">RequestPermissions</a></td>
            </tr>
            <tr>
                <td><a id="GetAccessToken" href="GetAccessToken.php"
                    name="GetAccessToken">GetAccessToken</a></td>
            </tr>
        </table>
    </center>
</body>
</html>