My intention is to have a user initiate a status update from a webpage by clicking a link or button.
I would most likely be using a combination of php and javascript to do this. I was hoping to update the status without the user needing to install an application. Is it possible?
My intention is to have a user initiate a status update from a webpage
Share
Yes, this is possible. The user will need to give your app permission to do so. Take a look at https://developers.facebook.com/docs/reference/dialogs/feed/ on how to give them a dialog box to update their feed.