Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hansemannn/ti.accountkit
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Apr 12, 2016
2 parents dc9cb00 + 3585aee commit 7b06425
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Support for the Facebook AccountKit framework in Titanium Mobile to login using an email or phone number.

> The used framework is in preiew version 1.0.0 and still has some crashes occurring. Feel free to submit PR's if a new framework version is released by Facebook.
> The used framework is in preview version 1.0.0 and still has some crashes occurring. Feel free to submit PR's if a new framework version is released by Facebook.
<img src="http://abload.de/img/simulatorscreenshot1231k4v.png" width="650" />

## Usage

Expand Down Expand Up @@ -39,8 +41,8 @@ accountkit.addEventListener("cancel", function(e) {
});

accountkit.addEventListener("error", function(e) {
Ti.API.warn("error");
Ti.API.warn(e);
Ti.API.warn("error");
Ti.API.warn(e);
});

var btn1 = Ti.UI.createButton({
Expand Down

0 comments on commit 7b06425

Please sign in to comment.