Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

SimpleAuthTumblrLoginViewController.m is broken #39

Closed
kimballfrank opened this issue Feb 4, 2014 · 2 comments
Closed

SimpleAuthTumblrLoginViewController.m is broken #39

kimballfrank opened this issue Feb 4, 2014 · 2 comments

Comments

@kimballfrank
Copy link

Line 16 causes an endless loop :)

if ((self = [super initWithOptions:options])) {

Should be:

if ((self = [super initWithOptions:options requestToken:requestToken])) {
@calebd calebd closed this as completed in aaed4a7 Feb 4, 2014
@calebd
Copy link
Owner

calebd commented Feb 4, 2014

Thought I caught all of these. Thanks!

@kimballfrank
Copy link
Author

No problem. This is some freaking great stuff. Leave all the heavy lifting to the guys who don't suck? Yup. Makes sense to me. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants