Topic-icon applinks deep link with jfb

Active Subscriptions:

None
10 years 11 months ago #53912 by evil
Hello,
i opened a new thread because i didn't notice your answer and now the topic is closed. The original post was this:

www.sourcecoast.com/forums/jfbconnect/jf...s-deep-link-with-jfb

USER wrote: Hello,
i was wondering if to enhance this feature it is needed support also in server side.
Are there any particular open graph needed on jfb to implement this feature with apps?

thank you


My answer:
yes i do have an app that is applink-ready, the only missing thing to make it work is the use of applink-meta inside the content.

Applink meta on content side works like open graph so if somebody from the facebook application (or any other app) opens any link from our website, the meta should notice the phone that the content is available on the correspective application (if the user has already installed it) and will open the content there.
The topic has been locked.
Support Specialist
10 years 11 months ago #53921 by alzander
In the most recent releases of JFBConnect, we've updated how the {SCOpenGraph ..} tag works so that you can add completely custom data, like Applink data. We haven't tested Applinks directly, but the intent is to allow us to move in that direction when/if we decide to implement it.

If your app is already Applink ready, and all you need is to add the tags to your page, there's a few quick things you could test. The main idea of applink data is shown below (I'm sure you're aware of it, but posting it for reference:
developers.facebook.com/docs/applinks/add-to-content
The tags for each page look like:
<meta property="al:ios:url" content="example://applinks" />
    <meta property="al:ios:app_store_id" content="12345" />
    <meta property="al:ios:app_name" content="Example App" />
    <meta property="og:title" content="example page title" />
    <meta property="og:type" content="website" />
To add those to each page of your site, you could use the following syntax (updating for your site, of course):
{SCOpengraph al:ios:url=example://applinks}
{SCOpengraph al:ios:app_store_id=12345}
{SCOpengraph al:ios:app_name=Example App}
The title and type should automatically be set by JFBConnect. In addition to the above, you *should* be able to set the above tags using the default setting in the Open Graph area. To do so, add the tags like below to that configuration option:
al:ios:url=example://applinks
al:ios:app_store_id=12345
al:ios:app_name=Example App
Those will be set on all pages automatically. Then, you can override each value with the {SCOpenGraph ..} tags on each page if you want to tweak them for some pages.

We have *no* method for reading or reacting to the intent blob that would be sent by Facebook. It sounds like you don't really need that though, so hopefully the above gets you going.

Please test and let us know how it goes. We'd love to hear your experience.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago #54138 by evil
Replied by evil on topic applinks deep link with jfb
thanks, i'm trying. i'll let you know asap
The topic has been locked.