aweber / public-api-examples

Repository containing examples for api.aweber.com
BSD 3-Clause "New" or "Revised" License
22 stars 42 forks source link

Php oauth2 #25

Closed vfalco02 closed 5 years ago

vfalco02 commented 5 years ago

Updates php scripts to use oauth2 by using bearer token in authorization header.

get-access-token script has option to create or refresh new tokens.

Tried to keep as much old code as possible.