I am developing a Mac application for sharing files (videos, images) with Facebook using the Facebook API.
In the SDK and Facebook tools, I can only find the iOS SDK (iPhone and iPad), but not the one that works for the Mac. Does this mean we should use the iOS SDK for Mac apps? If so, how can I use the iOS SDK in a Mac app? I actually tried to use iOS, but it was unsuccessful, and not only did I even have to reinstall the frameworks that I used for some other purposes. The error is related to NSString.
Can someone advise me to integrate the Facebook API for my Mac app?
source
share