You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.
@Anth06ny The warning and error strings are hard coded in English. To have messages in other language shouldn't be done within library, but it should be done on your side.
But, in fact, you can't do this without error id. So, I will add to onFail(String), another integer param and it will be onFail(int, String), when the int is the error id. Once, I push this change I will add an example.
Hi,
thanks for your sdk, it is very helpfull!!!
How can I change the language of the response of facebook?
For exemple, it return "Canceled by user" !!!
Thanks
Anthony
The text was updated successfully, but these errors were encountered: