Tagged Questions
3
votes
2answers
538 views
Facebook OAuth, WP_Http::request() vs wp_remote_request()
Running WordPress 3.3.2 and PHP Version 5.2.17
I'm trying to get the access_token from Facebook using wp_remote_request() and Facebook OAuth API (btw, working example at the end of this entry).
Is ...