[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 After registering your application at wepay.com (or stage.wepay.com), you 2 need to make two updates to this application: 3 4 1 - set your client_id and client_secret in _shared.php 5 2 - set the redirect_uri in login.php 6 7 That should be enough to start making API calls against WePay's API. While 8 this is by no means a production-ready example, it should provide you a 9 couple ideas on how to get running. 10 11 It also defaults to requesting all possible scope fields in the 12 authentication request. We suggest limiting the request to the minimum 13 your application requires, which will maximize the chance the user 14 grants permissions to your application. You can customize this in 15 login.php. 16 17 If you have any questions, please contact the API team: [email protected] 18 19 - WePay
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |