Bltgn / wordpress-aospeak

AO Speak integration for Wordpress
boltgun.the-kindred.info
0 stars 0 forks source link

WP Remote API #1

Open lpointet opened 12 years ago

lpointet commented 12 years ago

This plugin requires cURL. I don't know how AO Speak will act, but why not using the wp_remote_get function instead?

See http://codex.wordpress.org/Function_API/wp_remote_get

This will choose the best method based on the server config and what is available.

Bltgn commented 12 years ago

I initially wanted a portable script. So the file managing calls to the webservice is not using Wordpress.

As I am running in other issues, such as translations not being available, I am going to fork the current version in order to provide a standalone version then integrate the calls in the Wordpress API, wp_remote_get will be used then.