Questions tagged [facebook-call-to-action]
9 questions
1
vote
0 answers
Facebook Graph API: Call_To_Action for https://m.me links
Any dude could disclose how to do this?
What I want is, to use Facebook Graph API to post on my own page. The post should have the call_to_action button, which is linked to https://m.me/mypage
There's not much on call_to_action topic on graph api…
Tim Long
- 2,039
- 1
- 22
- 25
1
vote
0 answers
Unknown CTA IDs in Facebook Analytics for Apps
I'm using FAfA to track my Messenger bot's metrics and set up custom events to do so. So far so good :)
I've noticed that prior to mine, FAfA recorded events and assigned IDs to my bot's CTAs such as…
DFATPUNK
- 123
- 1
- 1
- 12
1
vote
0 answers
Facebook App Linking from pages not working anymore
It's been about 2 months now. We manage several facebook pages and all these pages were linking to native iOS / Android apps from the CTA button where users were either opening their apps via "Use App" link or were redirected to download them in…
Shardon
- 585
- 5
- 17
1
vote
0 answers
Deeplinking from Facebook Call-to-Action Button not working
I created a call-to-action button "Use App" on our Facebook page with the links to the Play Store, AppStore and the custom url scheme. The scheme works fine when I enter it in Safari on iOS but by clicking the "Use App"-link in Facebook I only get…
mbnz
- 73
- 8
0
votes
0 answers
Facebook Chatbot How: Programmatically get notified when call_to_action button on Facebook Page clicked or selected
Hi facebook builders :)
Do you guys know how to get notified every time users click on call_to_action buttons? Those buttons are visible at many places in facebook page for example: on page, under post, under photo on mobile devices <- this is new…
Tim Long
- 2,039
- 1
- 22
- 25
0
votes
0 answers
How to get the call-to-action type using facebook api
I want to check whether a facebook post contains call-to-action button, if yes, then what the type is:
'open_link, like_page, shop_now, play_game, install_app, use_app, install_mobile_app, use_mobile_app, book_travel, listen_music, learn_more,…
Frankie
- 744
- 1
- 9
- 14
0
votes
0 answers
How facebook call-to-action button runs ios application
I'm trying to create call-to-action button that will open my app.
What I've done:
1 . Added url scheme to my up.
CFBundleURLTypes
CFBundleURLSchemes
myapp
…
Андрей Селянин
- 45
- 5
0
votes
1 answer
Upload Video to Facebook Page with call to action in php
I am trying to upload video to facebook page as page admin with the call to action:
// Post Data
$action_call_array = array('type' => 'LEARN_MORE', 'value' => array('link' => 'http://www.google.com'));
$data = [
'title' => 'Demo Title',
…
Alex Poon
- 101
- 4
- 14
0
votes
0 answers
Facebook Video Call to action button
Is this future is for pages only? I don't see any such restriction in the API, and when I try to make a post I see the video but not the action button.
Here is the json that I send:
{
"call_to_action":{
"type":"INSTALL_MOBILE_APP",
…
Ilya Gazman
- 31,250
- 24
- 137
- 216