Ed Sowell

Results 2 issues of Ed Sowell

I'm getting an error message: Fatal error: Class 'MeetupKeyAuthConnection' not found in /users13/domains/lajagclub.com/users/jocla_dev/ftp/web/tryPHPClient.php on line 4 Here is my test code for trying out the client: I unzipped the files...

The Meetup API limits page size to 200 so I need step page by page to get all events. Here's a snipit of my code: $page_size = 20; $page_offset =...