Back in June, Facebook used to display a set of keys on the application settings page: the API key and the API ID. These were different than each other. At that time, my partner and I wrote a Facebook app in PHP, passing the two keys to substantiated the facebook class. We saved the keys to a config file.
However, these two keys are now one and the same, and as a result, I'm getting error 191. We have not changed the code or settings since June. While doesn't this affect our current applications, where the API key is unique, it does prevent us from making new applications using the existing code base.
What can we do to resolve this issue?