Flattr SDK for iOS?

回眸只為那壹抹淺笑 提交于 2019-12-25 02:33:36

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!