Questions tagged [facebook-ui]

46 questions
4
votes
0 answers

Multiple Facebook Images using FB.ui?

How do I use FB.ui to make a feed dialog post box that gives user multiple images to choose from? I am using the following code to create the pop up: FB.ui({ display: 'popup', method: 'feed', name: 'title here', link:…
Giancarlo Massaro
  • 325
  • 1
  • 3
  • 10
3
votes
2 answers

How to detect user logging out of Facebook after logging into my app?

My application uses Facebook authentication: FB.init({ appId: config.fbAppId, status: true, cookie: true, // xfbml: true, // channelURL : 'http://WWW.MYDOMAIN.COM/channel.html', // TODO oauth : true }); //…
Bart van Heukelom
  • 43,244
  • 59
  • 186
  • 301
3
votes
1 answer

Facebook FB.ui not working

Any calls I make to FB.ui are not followed by any action. On Chrome, if the 'display' property is set to 'iframe' or 'dialog', the following error is triggered: Blocked a frame with origin "https://www.facebook.com" from accessing a frame with…
3
votes
0 answers

automatically minimized chat tabs

We must call fu.init in hideFlashCallback to pause our game. When the user is in the another page to open chat tabs to our game, the game will pause automatically. Is there a method like FB API or something at the beginning of the loading game,…
2
votes
1 answer

How to make apprequest with custom text, like MyCalendar?

How to make this request ? (i mean custom text)
2
votes
0 answers

Javascript Ui share dialog post link without og meta information of page when if shared manually does

I have problem with Facebook ui share dialog (visit https://developers.facebook.com/docs/sharing/reference/share-dialog). I'm using this code for share a page (where is setting the correct og metatags) with this Javascript Code: FB.ui({ …
2
votes
1 answer

how to send app notification by facebook app, app is not game

I have created simple facebook app (not a game). Now i want to send notification to my facebook users how can i send notification to them. I am sending app request to them but it does not triggers notification. How to notify user about app request.
Hitesh Modha
  • 2,740
  • 5
  • 28
  • 47
1
vote
3 answers

Is there a way to specify the z-index of a FB.ui dialogue

I'm having an issue trying to get a Facebook feed dialogue fb.ui to display over some content on my site. I can't seem to find a way in the documentation to increase the z-index. What's the preferred way to do this with out some css override…
Dylan Oudyk
  • 13
  • 1
  • 4
1
vote
1 answer

"Attachment Unavailable" on messages sent with FB.ui

I'm trying to include a link and an image in messages I'm sending with the use of FB.ui({method: "send"}); docs: https://developers.facebook.com/docs/reference/dialogs/send/ Note that I've seen this accepted answer but it doesn't address my…
marclar
  • 3,026
  • 5
  • 35
  • 56
1
vote
2 answers

Facebook Comments Plugin styling

I added the facebook comments plugin in my site, I wanted to add styling to the plugin according to my site style. The below code which I added in mysite. Please suggest me how to…
Ranjith
  • 181
  • 1
  • 8
1
vote
1 answer

Can't call FB.ui in dev (localhost) environment

I used to be able to, but for some reason all my Facebook Javascript API calls using FB.ui() no longer work in my development environment where my url is localhost:8080. In production it works fine though. I have a dev environment Facebook…
at.
  • 50,922
  • 104
  • 292
  • 461
1
vote
1 answer

Can I use other video formats besides SWF in a feed post?

I have searched for two days on google trying to solve this problem. I have also searched this forum and read the FB Dev page till my eyes hurt. I asked this question two days ago and it got removed. I completely understand but if I am asking it…
Jeane Bope
  • 11
  • 1
1
vote
1 answer

Style certain elements of FB.ui?

So I've done some google'ing and I couldn't find a good answer to this. I use the following code to allow my users to post a status update to their fb: My Great Website
Charlie
  • 11,380
  • 19
  • 83
  • 138
1
vote
1 answer

Facebook Share Button from Django App

My Facebook share button is not picking up the meta tags on my Django app. I'm now trying a more custom function but get an error "could not resolve object at URL http://localhost:8000/." I've tried many different approaches and I can't get the…
plact
  • 99
  • 1
  • 7
1
vote
1 answer

lengthy “Description” in Facebook Share Dialog box are not showing completely

FB.UI( { method: 'feed', name: 'Facebook Dialogs', description: 'Dialogs provide a simple, consistent interface for applications to interface with users Dialogs provide a simple,consistent interface for…
1
2 3 4