Caleb Davenport

Results 18 comments of Caleb Davenport

I could be missing something, but in 0.13 it builds _all_ dependencies—even when a single dependency is specified.

I'm not sure I know what you mean. Once you have a user token, you are permanently logged in. Save the token to the keychain and you will be able...

Hm let me look into this. Give me a bit.

Thanks for the contribution, sorry it took me so long to get to it. I can't stand the Facebook SDK and I think I'll rebuild this manually so we don't...

That's a good question. I can certainly put them in the header file. That would even help get them into CocoaDocs. I think I might make a `requiredOptions` method on...

Ok, I believe this is something that both the Facebook and Twitter providers need to do. An interesting twist that you noted is the error passing with ReactiveCocoa. Normally, signal...

Yeah this is something I've been asked about and I'm not sure what to think. Defining constants in every provider means a consumer needs to import provider headers whenever they...

Luckily, the core concepts of most of the providers are all the same, so I could probably define a handful of them and cover a lot of the bases and...

Here is what I'm thinking. I'll add a `beginBackgroundActivity` and `endBackgroundActivity` on `SimpleAuthProvider`. Each provider will be responsible for incrementing and decrementing that count. Then, the developer using SimpleAuth can...

So, a couple of things. The `facebook` provider requires that the user is signed in to Facebook on their device, and that your app has access to their account. How...