I want to automate the facebook signup acceptance tests for my Spring MVC webapp. To do this I need to be able to delete the facebook app from the "Apps you use" section of the "App Settings" of a facebook user profile.
How do I do this?
I want to automate the facebook signup acceptance tests for my Spring MVC webapp. To do this I need to be able to delete the facebook app from the "Apps you use" section of the "App Settings" of a facebook user profile.
How do I do this?
I would suggest that you use Test users instead. You can create a new one before you test start and then delete it when the test finish. You may even be able to untos the app using the api.