-
Notifications
You must be signed in to change notification settings - Fork 9
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
fb://profile/{fbid} does not work. #5
Comments
Did u ensure that you followed the linking scheme permission setting? On iOS you might run into this issue. The reaon is that you have to explicit add the requesting query schemes into the pinfo.list variable LSApplicationQueriesSchemes. e.g. for Facebook you would add fb. Please refer to the example list below for the correct query scheme string:
I just tested it and it works fine in both Simulators (Android and iOS). |
So I believe there might be a confusion. You would need to use the userId of the Facebook user, in your example above it would be |
Hi. It does not work. I have created a code almost similar to yours before I came across your plugin. I already tried most combinations for Universal linking. Here are few samples below:
Even coverting Marks' fbid to string. Using your scheme: But if I used "4", it both works. I don't have an issue with Linking Permission cause I can open the Facebook app without an error, I just can't make it redirect to the intended profile of the user. Additional note though, opening a Facebook PAGE works. This will open the app to the Wikipedia's official page. Here's my snippet. My environment: Oh by the way, I tried Graph API but I don't see a NODE there for the referral ID. My facebook app is also updated to the latest version, I don't know if that makes any sense. |
Ok let me test it again later see if I can reproduce it. |
Hello again. I used this to open the FB profile through my react native app. I hope this will help you too. Maybe we need to check which version of Facebook app is installed in our phone so we can use the proper link, right? :) |
@ladybugph thank you for your helpful comment, it just facebook url instead of facebook page name. but that does not work on iOS ! |
@ladybugph, I am trying |
@ladybugph, where do you get those |
@alpamys-qanybet agreed. I am with the same issue. Did you get any solution? |
for Android: fb://page/[page_id] |
thanks, it work for me. |
Hi. Facebook does not open the desired profile page in Android when using the fbid. However, it does work when using the referrer_profile_id.
Using Mark Zuckerberg's official profile page.
https://www.facebook.com/photo.php?fbid=10102454385528521&set=a.743613136151.2308566.4&type=3&source=11&referrer_profile_id=4
I had to manually visit the page, copy the link address and get the value of the referrer_profile_id.
I can only get the
fbid
from the graph.api and not the other id.Thanks.
The text was updated successfully, but these errors were encountered: