Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for titanium 3.1 and latest versions of stuff #1

Open
parisholley opened this issue May 28, 2013 · 1 comment
Open

Support for titanium 3.1 and latest versions of stuff #1

parisholley opened this issue May 28, 2013 · 1 comment

Comments

@parisholley
Copy link

Its pretty late and i'm tired, but I eventually just hard coded the consumer key/secret in code and found a way to build and package locally. Do you have a dist you can upload that this module works? Compiling locally with latest version of the TWReverseAuthExample code I had to comment out stuff like:

self.apiManager.consumerKey = self.consumerKey;

Otherwise, thanks for putting this together! I am surprised this hasn't be handled by anyone yet. I'll probably fork at some point and try to clean up and unless someone gets to this first or I find another solution.

@parisholley
Copy link
Author

I also had to replace:

[callback call:[NSArray arrayWithObject:dict] thisObject:nil];

with

[self _fireEventToListener:@"success" withObject:dict listener:callback thisObject:nil];

to fix some threading/context issues with using 3.1 and alloy

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

No branches or pull requests

1 participant