android-about-page
android-about-page copied to clipboard
Facebook Page: Trouble Loading
I am using this lib for my about us UI. I have added
.addFacebook("bhaijitsen")
in my code. Whenever user taps Like us On Facebook option, it opens Facebook app showing 'Trouble Loading. Tap to retry. Attaching the SS here. I am not sure whether the problem lies in Facebook App or device specific issue or this lib issue.
Hello, I have the same problem with facebook, reported by the colleague in the image. Thank you
Check the line
Uri uri = Uri.parse("fb://facewebmodal/f?href=" + "http://m.facebook.com/" + id);
and change to
Uri uri = Uri.parse("fb://facewebmodal/f?href=" + "https://m.facebook.com/" + id);
Hope this help.