android-about-page icon indicating copy to clipboard operation
android-about-page copied to clipboard

Facebook Page: Trouble Loading

Open mihodihasan opened this issue 4 years ago • 2 comments

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. Screenshot_20200717-134742.jpg

mihodihasan avatar Jul 17 '20 07:07 mihodihasan

Hello, I have the same problem with facebook, reported by the colleague in the image. Thank you

irdbr avatar Aug 24 '20 22:08 irdbr

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.

afazolo avatar Sep 21 '21 15:09 afazolo