Sharing OneLink.to URL to Facebook directs to Android only - android

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.

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 open Facebook page with Branch.io link

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? ]

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 url to facebook from cross platform mobile app - Random Folder

I have a simple cordova app that has a facebook share button that shares a url to facebook. Facebook is putting in a random photo when the mobile facebook page opens. How do I replace this?
EDIT::: It has been suggested i use og:image to show an image. I did this, but it doesn't seem to be carrying through? Any thoughts? Is this due to using Cordova vs Java somehow?

how to integrate Facebook API in Android Application?

I am developing a mobile social TV application on Android.I want to integrate Facebook with my application so that I can:
Share things on Facebook
Send request to friends on Facebook to join the application
You may use this.
Facebook Android SDK
But carefull about handling activity result. If you test integration in simulator you haven't installed facebook app. and sdk will show you a dialog with webview. But on a real phone if facebook app. is installed, authorization will go via app.
you need to install an extension, similar to the core Android SDK, but no, here is what you need to do:
1.) go to https://github.com/facebook/facebook-android-sdk
2.) download the facebook directory ONLY! The other directories are only examples.
3.) Put the files from the src (you can copy the drawables too, if you want to) in the package, you are currently working with
4.) You are good to go, you can use the facebook "SDK"
see also these examples https://github.com/facebook/facebook-android-sdk/tree/master/samples , it is working example provided by facebook

Categories

Resources