kumakore / kumakore-sdk

Kumakore SDK
http://www.kumakore.com
3 stars 0 forks source link

Standardize naming: signin vs login #45

Open Callabrator opened 10 years ago

Callabrator commented 10 years ago

Looks like most things in the SDK use the term 'signin', except for the Facebook stuff, which uses 'login'...although the comments do use 'signin' :p

/// \ingroup ACTIONS_APP ///

/// Facebook signin with Token ///

public ActionFacebookLogin facebookLogin(String facebookToken) { return new ActionFacebookLogin(this, _uniqueAppId, facebookToken); }