When Facebook make changes to their API, they're offering a migration period of 90 days for the developers to migrate.
But if you haven't migrated after that grace period, you're pretty much screwed.
These are the breaking changes from August 2012:
Disabling FB.Canvas.setAutoResize - Originally scheduled for January
1, 2011 We have renamed FB.Canvas.setAutoResize to
FB.Canvas.setAutoGrow so that the method more accurately represents
its function. FB.Canvas.setAutoResize will stop working on August 1st.
We will completely delete the function on September 5th.
Page Post GETs from Graph API/FQL Will Require an Access Token
All calls to GET Page posts from the Graph API or FQL will now require an
access token to be used.
Removing prompt_permissions.php and prompt_feed.php
We will be removing a very old version of the feed dialog
(/connect/prompt_feed.php) as well as a very old version of the auth
dialog (/connect/prompt_permissions(s).php). If you are one of the
very few developers still using these legacy endpoints, you should
upgrade to the current Feed Dialog and/or OAuth Dialog.
Removing Add To Timeline Plugin
We will be removing the Add to
Timeline plugin. If you are embedding the Add to Timeline plugin, we
will render the Login Button in its place with the publish_actions
permission automatically added to the scope parameter.
I can't tell which change that broke your app (though I'm guessing it's Removing prompt_permissions.php and prompt_feed.php), but you should make sure to update to the latest version of any Facebook framework (i.e. update ShareKit) you're using and/or make sure to use the new Facebook API ASAP.
To avoid similar issues in the future, be sure to watch the roadmap and - even better - follow the developer blog.