How can I make my (javascript) app to post to a Facebook page (that I own), without the need of explicit login (no pop-up windows) ?
From what I have read, I need a page_token to be able to post. Can I get this token using my credentials, or a facebook app ? I want to create post when a user does something in my app, but I want to avoid asking my users for their passwords. Thats's why I want to use my password for all users or use a facebook app for this.
Can it be done ?