Ben Lobaugh

Results 18 comments of Ben Lobaugh

The client only plays with JSON so get rid of the 'format' => 'xml' and give it a shot again

I can see it being executed and the JSON being returned, however json_decode() is not handling it properly. I ran the JSON through a validator and it checks out fine....

Can you try now? I updated the MeetupApiResponse class. It seems that json_decode has issues with large objects. I do not know yet if this is Meetup specific or in...

I had thought about it right at the beginning. It is a good project. This library may be embedded in other projects though ( such as WordPress, as it's original...

Sorry, where is query() mentioned? I could not find it on the wiki. Your code is an easy shortcut, and I see no reason why not to have something like...

Ah, I see now. I looked in the readme, my bad. There is also this wiki page https://github.com/blobaugh/Meetup-API-client-for-PHP/wiki/Making-direct-Api-calls Your solution is a decent shortcut, however you should return the entire...

What about an option to send immediate notifications or a daily batch?

Hello Ed, This is a known issue. The library was updated to work with composer, however the patch did not take into consideration anyone using the library standalone. To solve...

Should this also ensure the entire word was selected just in case the reporter missed a letter on one end? Is that feasible?

Oh yeah! Go Jeremy! That is a sick idea. The misspelled words are already stored in the db with the post tagged. I bet that could be pulled off easily...