Pau Capó
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-AutoSocial] [Plugin: WP-AutoSocial] No token from FacebookTry to delete the app from your Facebook privacy section / apps and start again…
Forum: Plugins
In reply to: [WP-AutoSocial] [Plugin: WP-AutoSocial] Choose wich image to send to FacebookLook at Open Graph Pro plugin!
Forum: Plugins
In reply to: [WP-AutoSocial] [Plugin: WP-AutoSocial] Fatal error: Uncaught OAuthExceptioni will see if I can make the option to exclude categories for my plugin.
Thank for your feedback!
Forum: Plugins
In reply to: [WP-AutoSocial] [Plugin: WP-AutoSocial] Fatal error: Uncaught OAuthExceptionUmm… First at all, sorry for my slow reply, I’m bussy this weeks!
That solves your problem? Bcause I’m using Autosocial in diferents pages and I don’t need to touch this options…
See you
Forum: Plugins
In reply to: [WP-AutoSocial] [Plugin: WP-AutoSocial] Token ProblemsThis was something I had to do! I will improve it anyway with:
function autosocial_graph($url, $fields = array()) { // function to get facebook graph api results if (function_exists('curl_version')) { $curl = curl_init(); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); curl_setopt($curl, CURLOPT_URL, $url); $output = curl_exec($curl); curl_close($curl); } else $output = @file_get_contents($url); return $output; }
The CURL extensions is not active on all hostings, so I need to use the best in any case.
I’ll update the plugin now ??Thanks!
Forum: Plugins
In reply to: [WP-AutoSocial] [Plugin: WP-Autosocial] Choose Post Type to PublishIn the new version Custom Post Types and Pages are added.
Forum: Plugins
In reply to: [WP-AutoSocial] [Plugin: WP-AutoSocial] Duplicating Facebook postsWith version 0.4 that is solved!
Forum: Plugins
In reply to: [WP-AutoSocial] WP-Autosocial works greatThanks Gary!
Forum: Plugins
In reply to: [WP-AutoSocial] [Plugin: WP-Autosocial] Choose Post Type to PublishIt just works with the “post” type at the moment.
Forum: Plugins
In reply to: [WP-AutoSocial] wp-autosocial doesn't workThis has nothing to do with the plugin wp-autosocial, as the error indicates is related to one called wp-client-file-share.
Regards
—
Esto no tiene nada que ver con el plugin wp-autosocial, como el error indica está relacionado con uno llamado wp-client-file-share.
Saludos