Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an old app I created along time ago in my business time line profile - I can't find how to remove this - any pointers?

Thank you.

Jonathon

share|improve this question

2 Answers

Are you referring to remove facebook application from your profile?

if yes:

Account Settings > Apps > Select app, click the X next to edit, delete all app activity > Click remove

if no:

edit your question, its unclear

share|improve this answer

Because Business accounts can't manage apps, it seems you're in a catch-22 position where the app is still linked to your account but inaccessible.

Add another (real user, verified with SMS or credit card) via the API and have that user delete the app. Provided you authorise your app with the business account via the Oauth dialog, you can use the admin's access token to add additional admins.

The method for doing so is outlined on the 'Application' documentation - you make a HTTP POST request to the 'roles' connection of the App using with the parameters app_id, user and 'role' - set 'role' to 'administrators' to add an admin with the ability to delete the app

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.