I'm looking for a simple Twitter SDK for cocoa (OSX app). I've heard about MGTwitterEngine but it's been like 2 years since last commit so I'm wondering if you guys have another one to recommend :-)
MGTwitterEngine
has not been updated because it is not needed anymore. OS X provides two frameworks that provide building blocks to create authenticated requests to social services.
ACAccountStore
and ACAccount
classes.SLRequest
class to make authenticated requests on behalf of an ACAccount
.