Is it possible to make a Facebook app which edits user’s post on his wall automatically (edits EVERY POST that user makes, app has user’s permission and everything)
I don’t think that’s possible, but maybe I’m wrong?
Is it possible to make a Facebook app which edits user’s post on his
Share
Based on the Graph API docs, I actually think it could work.
“offline_access”. See
http://developers.facebook.com/docs/authentication/permissions
https://graph.facebook.com/PROFILE_ID/feed
to see if the user has posted new
posts.
“DELETE”. See
http://developers.facebook.com/docs/api#deleting
post using “POST”. See
http://developers.facebook.com/docs/api#publishing