How to open Facebook page with Branch.io link - android

I am using Branch.io link to open my facebook page in the android app. If app is installed then open app otherwise redirect to facebook page in the browser. I am using this link in emails signature.
Currently, the link opening the facebook app in android & but opens the default facebook user newsfeed not my page. It's working fine in iOS.
I'm using the following format to open the facebook.
fb://page/?id=my_facebook_page_id
If it is working in iOS then why not in Android. Please help.
P.S.

fb://page/my_facebook_page_id seems to work
Please note that this is not the recommended method for deep linking as this URL scheme isn't officially listed on any of Facebook's documentation. This is a hacky solution based on answers to other similar questions on StackOverflow. [Reference- What are all the custom URL schemes supported by the Facebook iPhone app? ]

Related

how to make facebook android app deep links

I am trying to create a deep link that will redirect from a url I post on facebook into my android app and I noticed there is something in facebook api called App Links in this link : https://developers.facebook.com/docs/applinks/ but for some reason their docs has been removed and I have not found any possible way to achieve that...
How can I make a deep link from facebook into a specific page in my android app?
Weird that they took it down. Basically you need to implement HTML tags in your web page the link points to. Also you must have URI scheme implemented in your app.
Until the page comes back up I suggest you use their debug site:
https://developers.facebook.com/tools/debug/
You can scrape this test link got reference:
https://onelink-sim.onelink.me/coiD/simbananas

How to make external web link open in app?

I am recently trying to develop an app for my website. Suppose if I share the url of any article of my web site through Whatsapp or Facebook and if I click on it I want it to open in my app and not in the external browser.
For example: If you have the Facebook app, any link with 'www.facebook.com/.....' opens in the app only.
Thanks for your help.
The answer is already given here:
https://stackoverflow.com/a/1609662/2002343
Google is your best friend

Sharing OneLink.to URL to Facebook directs to Android only

On this very moment we are working on an application that has an embedded onelink link. It directs people from the game directly to Facebook through the Facebook SDK Sharelink function in Unity3d.
When we share this link on Facebook it only shows the Android link, while we want it to show the onelink as the crossplatform link it’s supposed to be.
We are using the Unity3d FacebookSDK Plugin.
For more information about Onelink go to: OneLink
Thanks for your help in advance,
Menno
You need to have both an iOS download URL and Android download URL for the fallback to be considered.

Share in Facebook app using URL scheme

I'm trying to create a HTML link that shares a text through the Facebook app using URL scheme. This link will be accessed by mobile, Android and iOS.
Share
When I click this link on my Android phone, the Facebook app opens but does nothing! What is wrong here?
The Facebook URL Schemes shift a lot, and their functionality is generally not well documented. There was an attempt to catalog them at
What are all the custom URL schemes supported by the Facebook iPhone app?
If you can settle for opening the dialog in the browser, you can use the Share Dialog:
https://developers.facebook.com/docs/sharing/reference/share-dialog

Where do Google plus and twitter app open links on Android

When you click on a link in Twitter app or Google+ app on android, it opens in a chrome webview. Attaching a image. I dont know what its called and where can I find information about it and basic example.
it is called Chrome Custom Tabs.Check the link below customtabs

Categories

Resources