in reply to Re^2: Post on FB (cron)
in thread Post on FB (cron)
However, it seems to post on my wall, as my personal account (not the admin of the wall).$fb->access_token( $access_token ); $fb->add_post() ->to(490559244324622) ->set_message('I like beer.') ->publish;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Post on FB (cron)
by ultranerds (Hermit) on Mar 13, 2014 at 17:24 UTC | |
by Anonymous Monk on Mar 14, 2014 at 01:06 UTC |