Scenario: While logged into facebook, I click on a share link on my site. It pops up the dialog to post to my timeline.
Question: Is it necessary to create an app to do this? Or does facebook offer an app that will request permissions to do this for you?
My current plan is to use the facebook graph API with the php sdk to ask for the proper permissions, build the timeline POST request with an access_token. I just wasn't sure if there was an easier way to do this. Thanks!