-
AuthorPosts
-
December 6, 2018 at 12:16 pm #17636
ManoveeParticipantI have an Error on Facebook and Google plus: Native: tried calling Facebook.login, but Cordova is not available. Make sure to include cordova.js or run in a device/simulator.. -> http://prntscr.com/lrfnht
please reply quickly..!!!
December 10, 2018 at 11:09 am #17727
ManoveeParticipantGoogle plus is working perfect…But facebook login not working….shown error on(The provided app id does not look like a valid app id)…
please reply quickly..!!!
December 11, 2018 at 9:11 am #17769
ManoveeParticipantI tried with the procedure given in tutorial but its not coming
December 11, 2018 at 9:43 am #17770
Scott LangKeymasterWell after running the facecbook plugin install command you need to
you need to add platform android there in settings -> basic .
after that add key hashes into your fb app settings for which procedure is mentioned here :
https://developers.facebook.com/docs/android/getting-started/#release-key-hashDecember 11, 2018 at 10:04 am #17773
ManoveeParticipantYes i am already adding the platform with hash key also but still not working…please reply quickly
December 12, 2018 at 9:40 am #17795
AlexKeymasterThen exactly what error you are getting ?
If you are not able to configure it , you can order your customization here : https://wplms.io/app/app-customization/
December 12, 2018 at 9:43 am #17796
ManoveeParticipantI followed the procedure and installed the app, facebook is opening and when i logged into facebook it does not redirects to home page. Am i have to change any settings?
December 12, 2018 at 9:44 am #17797
AlexKeymasterAfter adding the facebook plugin please install fb app in your phone , and then try to login , it will show your key hash there , note that key hash and then add this key hash in fb app on developers.facebook.com .
refer : https://developers.facebook.com/docs/android/getting-started/#release-key-hash
December 12, 2018 at 9:48 am #17799
ManoveeParticipantI followed the procedure and installed the app, facebook is opening and when i logged into facebook it does not redirects to home page. Am i have to change any settings?
http://prntscr.com/ltx57d
http://prntscr.com/ltx5fcDecember 13, 2018 at 11:26 am #17826
AlexKeymaster1. okay thanks for sharing the screenshots .
Can you please share me your debug apk file to check this ?
There can be two reasons for this .
Api hit to signin user is not successful .
OR
Fb login is not configured properly .
December 14, 2018 at 11:41 am #17853
ManoveeParticipantI had configured facebook correctly, now it works.
December 14, 2018 at 1:09 pm #17857
AlexKeymasterOk I checked it .Fb login is working fine.
The error is actually related to api hit its not successful .
put this line in your .htaccess file at the end (.htaccess can be found in root of your site ):
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
IF above does not works then please change the above line to :
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$1
efer :
https://github.com/WP-API/Basic-Auth/issues/35#issuecomment-394583376
-
AuthorPosts
- You must be logged in to reply to this topic.