API call to Delete from facebook news feed (facebook.stackowerflow) -


i'm sorry cross posting, seems posted question general stackoverflow (not facebook one). (api call delete facebook news feed)

could please help? when user (let arnold) posts link friend's wall (to chuck) via app, fb makes post in chuck's news feed (with same link). question - there fb api ability delete message chuck's news feed?

once chuck clicks link posted arnold on chucks wall, same link on news feed becomes no longer valid. need drop news feed post (but not wall post) link disposable, in news feed looks "new".

in fb documents (http://developers.facebook.com/docs/reference/api/user/) under home section (this connection corresponds news feed) have not found mentions ability delete posts news feed.

however there ability delete post. , somewhere on forums mentioned ability set is_hide=true news feed posts.

dear guys, please suggest there ability hide/delete news feed posts? can find documentation that?

thanks

you can delete facebook graph object if have appropriate permissions using http delete method (or can append method=delete api call.

e.g:http://www.facebook.com/[user_id]/posts/[post_id]?method=delete&access_token=[access_token]


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -