Reputation: 6614
I'm encountering a problem with the JSON library using both Facebook API and Google Places API in the same app. I've tried them both independently and they work fine. The problem is though that I now have 2 sets of some of the JSON files (when using both Google and FB API).
I've tried removing one set but this only brings about more errors.
The SBJSON.h from the Facebook API is different than the SBJson.h from the Google Places API. I'm not sure how to work around this. any help would be great.
Upvotes: 1
Views: 714
Reputation: 14677
Two solutions:
The differences usually are minor and a few changes will do the trick...
Upvotes: 2