Created
December 12, 2009 00:00
-
-
Save jhaynie/254624 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// create a Facebook button with a session proxy | |
var button = Titanium.Facebook.createLoginButton({ | |
'id':'fb', | |
'style':'wide', | |
'apikey':'MY API KEY', | |
'sessionProxy':'http://my/url' | |
}); | |
// you can also just call setup too to use your own button | |
Titanium.Facebook.setup('MY API KEY',null,'http://my/url'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment