/php-venmo-authentication

Server-side OAuth 2.0 authentication to Venmo.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

PHP Venmo Authenticator

PHP Venmo Authenticator is a simple 3rd-party script to demonstrate server-side authentication authentication to Venmo with PHP.

Files

filename description
public/get_token.php Retrieves token.
public/test_token.php Tests token.
inc/common.php Helpers.
inc/config.php Configuration.

Configuration

  1. Create an app in the Venmo developer tab.
  2. Populate the defines in inc/config.php with your app info.
  3. Install certificates, if the existing default CA cert bundle doesn't work. I used this Mozilla bundle. Or, get the certificate from Venmo.com directly.