/Veriplace/Client.phpLow-level APIs for performing OAuth token requests and user/location requests to the Veriplace server.
| Class | Description |
|---|---|
Veriplace_Client
|
Low-level Veriplace client implementation in PHP. |
Veriplace_AsyncCapableAPI
|
|
Veriplace_UserDiscoveryAPI
|
Low-level interface for obtaining user identity information from Veriplace, when using the Veriplace_Client directly rather than the Veriplace API. |
Veriplace_GetLocationAPI
|
Low-level interface for obtaining a user's location from Veriplace, when using the Veriplace_Client directly rather than the Veriplace API. |
Veriplace_PermissionAPI
|
Interface for verifying or removing an application's permissions for specific resources in the Veriplace platform. |
Veriplace_InvitationAPI
|
Interface for initiating an invitation from Veriplace to an end user, allowing the user to opt into this application. |
Veriplace_PollingAPI
|
Interface for querying user location changes in bulk, using a version of the Simple Update Protocol. |
require_once
(dirname(__FILE__).'/Configuration.php')
(line 29)
require_once
(dirname(__FILE__).'/Exception.php')
(line 30)
require_once
(dirname(__FILE__).'/internal/Logging.php')
(line 31)
require_once
(dirname(__FILE__).'/Types.php')
(line 28)
require_once
(dirname(__FILE__).'/internal/OAuthConsumer.php')
(line 32)
require_once
(dirname(__FILE__).'/internal/OAuthObjects.php')
(line 33)
require_once
(dirname(__FILE__).'/internal/Parsing.php')
(line 35)
require_once
(dirname(__FILE__).'/internal/Util.php')
(line 36)
require_once
(dirname(__FILE__).'/internal/lib/oauth/OAuth.php')
(line 37)
require_once
(dirname(__FILE__).'/internal/OAuthStore.php')
(line 34)
Documentation generated on Sun, 29 Aug 2010 04:08:36 -0700 by phpDocumentor 1.4.1