Skip to main content

Questions tagged [fb.ui]

the method used to trigger different forms of Facebook created UI dialogs.

-1 votes
0 answers
12 views

Issue with FaceBook JavaScript SDK Payments Dialog on Mobile Browser

When testers attempt to make a payment on mobile browsers, a new tab opens with the message:"Content not found:The Link You Follow May be Broken or The Page May Have Been Removed." This ...
XI Aaron's user avatar
0 votes
0 answers
17 views

can't convert qt designer .ui to .py [duplicate]

enter image description here I don't understand I'm try to making design for calculator app desktop by QtDesigner but I can't got python code for my design to start make functions to the Button's and ...
Mostafa Eldoctor's user avatar
1 vote
1 answer
282 views

Sharing content on Facebook is not working using FB.ui in for mobile devices?

I have added the following code which is working great on the Web but not on mobile devices the click event does not seem to be triggering. var FacebookShare = function() { this.method = '...
user1683987's user avatar
5 votes
0 answers
663 views

FB.ui method share does not return callback when using Facebook Mobile Browser

let promise = new Promise((resolve, reject) => { FB.ui({ method: "share", href: href, ref: ref, hashtag: hashtag, quote: quote }, function (...
Tharindu Wijayasekara's user avatar
0 votes
1 answer
341 views

FB.ui feed or share not returning post_id response

I am trying to use FB.ui share or feed on my test web site and want to get post_id on response message. App has permissions from my test user (user_posts, public_profile) and also i am checking if ...
ReadyFreddy's user avatar
0 votes
1 answer
377 views

FB.ui share how to open in page instead of popup

Trying to set up a sharing mechanism with FB.ui. The issue is the share dialog opens a popup instead of it opening in the same page. The reason I'm trying to avoid the popup is that safari doesn't ...
Ela Buwa's user avatar
  • 1,704
5 votes
1 answer
2k views

Facebook stops custom parameters (image,title,description) through FB.ui?

Today I check my site and this code not working: <script> ... FB.ui({ display: 'dialog', method: 'share_open_graph', action_type: 'og.likes', ...
Erekle M.'s user avatar
  • 105
0 votes
1 answer
228 views

FB.ui callback is not working from 1st Feb 2018

FB.ui callback is not working from 1st Feb 2018. The payment window can't pop up in the web game. Any insight would be appreciated. var options = { method: 'pay', action : 'purchaseitem', ...
June Shaun's user avatar
0 votes
0 answers
190 views

Use FB.ui with possibility to choose on which page to share

I made a SPA (single page app) with dynamics articles (filled with javascript). So I used FB.ui so as to dynamically fill facebook options, like this : FB.ui({ method: 'share_open_graph', ...
vinsse2001's user avatar
2 votes
0 answers
168 views

Fb.ui send on mobile alternative or workaround

I am using the send dialog from Fb.ui. On Desktop this works fine, but the method doesn't have mobile support. https://developers.facebook.com/docs/sharing/reference/send-dialog It will always end ...
N.Poj's user avatar
  • 37
1 vote
0 answers
85 views

Send messages separately on multiple recipients FB.UI Send dialog

I am using Fb.ui send dialog on my website allowing users to share links into recipients messenger inbox directly https://developers.facebook.com/docs/sharing/reference/send-dialog Now the problem I ...
Ankur Aggarwal's user avatar
0 votes
1 answer
747 views

FB.ui is not Defined

Using BugSnag, I can see that some of our users on our website are runnning into this error: FB.ui is not a function When I visit the site and get to the page that this error is appearing, I have no ...
LucyTurtle's user avatar
  • 1,113
0 votes
0 answers
351 views

Text and Link sharing by share_open_graph API

I am getting issue with FB share_open_graph API. I have some text on a page and have one button to share that text and page URL (http://www.example.com?article_id=123). Clicking share button text and ...
Mehndi Hasan's user avatar
0 votes
2 answers
343 views

Facebook API JavaScript SDK Upload Photo and Mention Tag Without Link

The situation I am trying to create is: I have a photo I want to upload to Facebook via the page feed. I want to tag someone (who is not a friend) along with the photo. Right now, I am using the ...
Mike's user avatar
  • 381
0 votes
0 answers
228 views

Facebook Graph Api v2.10 workarounds for feeds with titles or shares with large thumbnails

I want let user share image from my website. I want it to be bigger thumbnail using fb.ui share option, code bellow works but it reduces my large image to smaller. Code for sharing: FB.ui({ ...
Tim's user avatar
  • 65

15 30 50 per page
1
2 3 4 5
11