Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook Page: Trouble Loading #144

Open
mihodihasan opened this issue Jul 17, 2020 · 2 comments
Open

Facebook Page: Trouble Loading #144

mihodihasan opened this issue Jul 17, 2020 · 2 comments

Comments

@mihodihasan
Copy link

mihodihasan commented Jul 17, 2020

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

@irdbr
Copy link

irdbr commented Aug 24, 2020

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

@afazolo
Copy link

afazolo commented Sep 21, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants