Nottingham Digital events retrieval from:
Config requirements:
'consumer_key' => THE-CONSUMER-KEY,
'consumer_secret' => THE-CONSUMER-SECRET,
'redirect_uri' => 'https://URL/index.php?group=PHPMinds',
Requires $_GET['meetup'] === 'meetup' for the initial authorisation.
Use as:
/index.php?group=PHPMinds&authorise=meetup
Note: Initial authorisation requires a manual opt-in through Meetup.com
When creating an API consumer, ensure Website and Redirect URI are set to where is used for.
(e.g. when testing locally, pointing to the ngrok URL)
Default TokenProvider uses .token file to save and access token.
Built for Nottingham.Digital