in reply to Re^3: Post on FB (cron)
in thread Post on FB (cron)
$fb->access_token( $access_token ); $fb->add_post() ->to(490559244324622) ->set_message('I like beer2.') ->publish;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Post on FB (cron)
by Anonymous Monk on Mar 14, 2014 at 01:06 UTC |