-
Notifications
You must be signed in to change notification settings - Fork 327
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
getCredentials vs getCurrentToken #55
Comments
Initially was a bit too hasty with the filing of the issue, but I've updated it now :) |
can someone here volunteer to test the mentioned PR Please continue the conversation in the Pull Request [install from my fork directly to test (using github url)] please see the updated docs on to reference changes for your issue. |
issue resolved by #105 |
@lwhiteley The API is still broken between iOS and Android. Shall we consider to reopen this? // iOS
FBLoginManager.getCredentials((err, data) => {
})
// Android
FBLoginManager.getCredentials(data => {
}) |
fixed with the above hash |
Will use this hash till you publish a new version. thanks! |
use master, there was a merge error that i resolved after 👍 |
Hey,
Thanks for the effort to build this component, I appreciate it!
Just noticed the APIs are different for Android and iOS. Is this by design? FBLoginManager.getCredentials on iOS and FBLoginManager.getCurrentToken for Android. Are there any plans of unifying this API?
The text was updated successfully, but these errors were encountered: