Questions tagged [iframe-app]
90 questions
1
vote
0 answers
Security to iframe widget from clickjacking or csrf attacks
I am developing a widget which is to be hosted on a server say www.exampleserver.com.
Our client will embed this iframe to his site say www.validclient.com.
Now on embedding this widget a sms will be sent to the client's customer.
Now I was thinking…

Sumit Chawria
- 95
- 7
1
vote
1 answer
Blocked a frame with origin "http://localhost:8080" from accessing a frame with origin "http://pentaho5XXX.com"
I've been about 2 days trying to do something that i can't figure out how to do.
The thing is that i am customizing Pentaho user console(which is some kind of web app deployed on a tomcat, which has a lot of iframes one inside another).
The html…

Isi martín fontenla
- 11
- 1
- 4
1
vote
3 answers
Put an HTML
I am trying to put an into an ExtJS panel using html config. I have dynamically created which I need to put in this iFrame.
Upon execution, an HTML is getting created under the iFrame but the body appears as empty. no Errors. Following is my…

Stu
- 157
- 3
- 18
1
vote
1 answer
iframe error: Ruby on rails embedded shopify app hosted on heroku
I am new to ruby on rails and building a shopify app. I downloaded and installed a simple embedded app example from github 'https://github.com/Shopify/shopify_app'. Deployed the app on heroku. The app loads, authenticates with a shopify store,…

ladu
- 11
- 1
1
vote
0 answers
how to make an iframe work on phonegap
Im doing an app that will use an iframe my question is
Why do I have to change in config.xml
To:
In order to make frames work on phonegap

Jan Leon
- 176
- 1
- 14
1
vote
0 answers
How to detect if a user comes from facebook or directly
let's say I have a website, which I'm also using as a facebook app (iframed page tab of a facebook page).
I need to know if the user has opened my site via the facebook app, or not, as I want to change some css and content only if opened in…

Szabadi Dániel
- 11
- 1
1
vote
2 answers
Facebook iFrames and XFS risks
We want to do a Facebook app for our brand page, where a form will be brought in from a secure domain that we own. But our finance department seems unwilling to allow this because of "cross frame scripting" attacks that are possible with…

PKHunter
- 682
- 2
- 13
- 28
1
vote
1 answer
How do I write executable jQuery for a parent JavaScript file?
I've got two JavaScript files. This first file sets up variables and writes the contents of another file called iframe.js:
/* Parent File */
var aff_id = 2; // Your affiliate ID
var aff_source_id='1'; // Your site ID
var aff_source_subid=''; //…

Eric Leroy
- 1,830
- 1
- 18
- 31
1
vote
1 answer
How to get the visitors state information from the tab iframe tab page via signed request?
Is there anyway to get the state information of the user visiting my facebook tab page? Currently via signed request i can get the country information. Is there a way to get state information also??

Jaffer Sathick
- 466
- 1
- 10
- 21
1
vote
0 answers
Problems encountered in FB Like button functionality
I am using a fb like button on my site. But it just creates an activity in activity log. I want this to get shared with everyone in my friend list i.e. I want it to get posted on my wall.
How can I achieve this??
Any help will be highly…

Kamal Sharma
- 11
- 1
1
vote
0 answers
Facebook Application/page tab Login iframe issue
I have a Facebook app which requires users to log in using Facebook to post to the app, my issue is that if the user is new i.e. has not given permission to the app to use the log in they are led to a blank page when looking at the app in the page…

Luke Judge
- 11
- 1
1
vote
0 answers
Facebook iPad App and viewing Facebook page tabs
I'm aware that Facebook (custom) Iframe tabs can be viewed on the iPad via the Safari browser. Does anyone know if there is a way to view custom page tabs within the iPad Facebook App? If not, is there a workaround solution? Kind regards, Daniel

Daniel Levy
- 85
- 2
- 7
1
vote
1 answer
Facebook search for app redirect
I recently build an iframe app for within Facebook, and for facebook only. So no need to call the iframe outside of Facebook. The only problem i have now, is that as soon as i search for the app like this:
http://i44.tinypic.com/30rla83.png
I get…

user1323659
- 28
- 1
- 6
0
votes
2 answers
Facebook user id on iframe page tab without permissions
I have a fair amount of Facebook development experience, but this had made me pull my hair. It must be something very small, but I can't get it. I recently saw some Facebook pages with welcome tabs that show user's name "Welcome [YOUR NAME]" who…

Sumeet Kashyap
- 143
- 4
- 15
0
votes
1 answer
facebook iframe app; php sdk getUser() returns valid id on page one but not for any other page
I have a facebook iframe app which correctly logs in and authorizes the app, but getUser() only works on the first page. As soon as a user clicks a link to a new page within the iframe, getUser() returns 0.
What's strange is that this same code…

Joseph Cheek
- 554
- 5
- 11