I am working on a PHP application that gets its input (image/text) from a mobile device and posts this to various social networks.
Now, I'm having some problems figuring out how to post to facebook WITHOUT facebook prompting me for permission. I am the only user so I can add my username and password in the code or I can have facebook prompt me one time to accept my php app to post items.
Does anyone have experience with this or some interesting links ?