Thanks for the quick response Samuel.
The sslverify=>false setting works well, and I made it pass the first wp_remote_get call. After the call, $resp[“body’] comes back with:
access_token=…bunch-of-stuff…&expires=3940
which appears to contain more than just the access_token. I found I had to strip out “expires=3940” before the code goes into the second wp_remote_get that pulls down $data.
I’ve only just started on FB’s APIs so let me know if I’m doing something wrong! Thanks again.
Kevin
I’m experiencing the same problem as well. Any ideas on how to contact the author of this plugin?