Reputation: 4286
I am writing an app for facebook where users can manage their profile. I am stuck at allowing users to delete their facebook account. One option I have found is use webview with URL as: https://www.facebook.com/help/delete_account
But what if I want to provide my own custom UI and just send a deletion request to facebook through my android app.
Is it feasible? Couldn't find any relevant API
Upvotes: 2
Views: 1712
Reputation: 43816
There is no API which allows a third party app to schedule an account deletion for a Facebook user. That functionality is only available via Facebook's help center.
Upvotes: 3