问题
Is there an official (or otherwise well-maintained) iOS library to use the Flattr API? If so, does it include a comfortable SSO-solution similar to what Facebook offers, where other apps can delegate authentication to the official app?
回答1:
I've made an app (not released) with Flattr. I thought about writing a lib, but then decided that RestKit was enough. OAuth 2.0 is pretty easy to implement yourself. And a wrapper for the API feels kinda superfluous. :) RestKit also gives you goodies like CoreData backing and object mapping!
回答2:
This one looks good: https://github.com/neonichu/FlattrKit
来源:https://stackoverflow.com/questions/10411720/flattr-sdk-for-ios