Automatically post on wall - Facebook Graph API PHP SDK v4 -
i'm building application event can directly post news messages on facebook. i'm trying use de php sdk v4 there parts of login process don't understand (still couldn't find solution after searching several hours). my problem in login process. first have specify applicaton , give application secret. have login facebook account. but account should use that? 1 of event? mine? (i'm admin of events page) (this means messages posted mine account while i'm not poster...sounds pretty weird..) which method should use login facebook? there veriaty of methonds facebookredirectloginhelper(), facebookcanvasloginhelper() or javascript one. far understand these helpers users login facebook accounts , that's not want. during search found example of making similar system ( facebook graph api php sdk v4 - post on page ). he/she uses folowing piece of code getting facebook session: facebooksession::setdefaultapplication('{app id}','{app secret}');