linux - Facebook automatic page posting posts to all my pages (raspbian) -


i own couple of facebook pages. friend , have developed app can run on raspbian , can post on facebook when want to. uploads pictures specific map facebook. script in .sh.

to accomplish needed page token , facebook app. facebook app needed direct messages towards page. page token got https://developers.facebook.com/tools/explorer/ (select app needed, select page token want generate , make permanent token).

i use cronjobs automate process , upload images when want upload. example:

15 * * * * /home/pi/directory1/script1

50 * * * * /home/pi/directory2/script2

30 * * * * /home/pi/directory3/script3

43 * * * * /home/pi/directory4/script4

my problem when use cronjobs page posting interferes. images on page 1 posted on page 2 , other way around. have no clue how fix have tried anything. when running script on own without cronjobs seems work automated not.

if have suggestion can try please tell me so. thank you!


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -