Questions tagged [facebook-iframe]

374 questions
4
votes
2 answers

Facebook JS SDK: Check permissions before Login PopUp

I want to check permissions of a logged in user before presenting the iframe login to request extended perms, but the iframe popup gets blocked by the browser (ff, chrome tested). I want to avoid this and i'm pretty certain its because the results…
onepiece
  • 41
  • 1
  • 3
4
votes
1 answer

how to make the facebook post embed (iframe version) responsive?

As long as you embed facebook photos (i'm talking only about the iframe version in this context) the solution described in Embedding facebook post on responsive website is fine. But the quesion is: how to make a real facebook post embed responsive?…
michbeck
  • 745
  • 3
  • 9
  • 17
4
votes
2 answers

Pass a parameter to Facebook Page Tab app

I have this HTML on this URL: https://myapp.herokuapp.com I have created a Facebook Page Tab and I…
user411103
4
votes
0 answers

What criteria does Facebook use to prevent displaying the send dialog on a mobile device?

With respect to webpages and webapps using Facebook's Javascript and Server side integration... Facebook documentation notes that the send dialog is not supported on mobile devices, but they don't indicate how they make the determination that the…
4
votes
4 answers

Why does this XFBML markup embedded within an iframe'd facebook application not display anything?

I've been trying to get this application working on Facebook, but nothing seems to render within the application except "Hi this is some sample text." A box stroked in red. "I am My photo " and a default silhoutte of a Facebook user as the…
yesudeep
  • 325
  • 4
  • 13
3
votes
2 answers

Remove horizontal and vertical scrollbar from facebook apps

I have created a facebook apps. It works fine for me. But my problem is that always show vertical and horizontal scrollbar, when I use fluid for both width and height of my page from facebook settings. My page looks like this…
Pritom
  • 1,294
  • 8
  • 19
  • 37
3
votes
4 answers

Facebook Send button to send link to iframe tab

It seems that when creating a Send button, Facebook will not let me send a link to the current iFrame tab / app. The link always gets reduced to just the Facebook page. For example, I want to create a Send button using the following…
Jon Bowes
  • 56
  • 2
3
votes
1 answer

Can I require the use of HTTPS for canvas urls to protect signed_request contents?

I am writing a new canvas app using the iframe approach. My backend supports both HTTP and HTTPS for the canvas responses, but it seems by default Facebook puts users on HTTP and sends all the important credentials (i.e. access tokens in the…
Yetanotherjosh
  • 2,000
  • 24
  • 35
3
votes
1 answer

Facebook app iframe won't attempt to load when logged in as page

I have an app that shows up as an iframe on a Page. (Here's an example.) If you view the app tab as a Facebook user, whether you have the app installed or not, everything works correctly. If you view the app tab as a Facebook Page that has not…
impiri
  • 33
  • 3
3
votes
2 answers

Secure Canvas - Should every http request on the canvas page also change to https?

Since 1st Oct is coming. I am working on Secure Canvas URL stuff. My canvas url is like canvas.example.com. I can make this domain and server SSL ready without a problem. My question is, should every http request made by canvas.example.com also…
Hu Chao
  • 31
  • 1
3
votes
2 answers

Facebook iFrame app - how to find user's current city?

I'm trying to migrate an old FBML app to iFrame using the new PHP SDK and GRAPH API, but cannot figure out - how to find the visitor's city. For example in my own Facebook profile I list both Current City and Hometown: But when I try the following…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
3
votes
2 answers

Accessible Facebook Like Button

Has anyone created a custom Open Graph solution that queries the number of likes and creates an accessible button? Facebook's iFrame and XFBML solutions are both completely inaccessible via the keyboard and screen readers -- and no one seems to…
Marcy Sutton
  • 907
  • 12
  • 22
3
votes
2 answers

Facebook Tab Application Metadata

I am creating a Facebook iFrame tab application that features weekly interviews and uses a CMS to manage the interview content. I would like to be able to post a link to my newsfeed that points to the application tab and will show a preview with…
Jeff
  • 103
  • 5
3
votes
2 answers

Facebook: new IFrame canvas for page tabs width is lower than 520px?

I'm developing an app for Facebook pages and, as usual, I've stumbled upon a strange bug today. I know that tab width is supposed to be 520px, but for some reason this is not happening on these new pages which are using IFrame canvas instead of the…
The Coding Monk
  • 7,684
  • 12
  • 41
  • 56
3
votes
0 answers

facebook social plugin Refused to display in a frame because it set 'X-Frame-Options' to 'sameorigin'

First time asking.... I'm trying to display FACEBOOK SOCIAL PLUGIN on my website, the JS SDK does not display it... so I'm using de Iframe code instead of the JS... Now I can see the social plugin on my site, but there are two console errors…
1 2
3
24 25