How to Auto Post on Facebook with PHP
In a previous post I wrote about post automation on Twitter using PHP. The whole procedure is similar. You have to create a Facebook app and you need a PHP…
In a previous post I wrote about post automation on Twitter using PHP. The whole procedure is similar. You have to create a Facebook app and you need a PHP…
Manually post to social networks is probably better than to use an automated method. But, if you post many new topics every day, automated post is practically inevitable. Twitter, as…
In most cases you can distinguish if a PHP script was invoked from the command line (or Cron) or by the web server, using php_sapi_name(). php_sapi_name() will return cli on…