Facebook Is it possible to grab a user's data and populate a form in an iframe?
Posted
by
super9
on Stack Overflow
See other posts from Stack Overflow
or by super9
Published on 2012-05-23T03:22:54Z
Indexed on
2012/05/30
22:40 UTC
Read the original article
Hit count: 323
I am trying to create an iframe tab for a Facebook Page.
On this page, I am loading in an iframe which consists of a form from another domain/site.
Is it possible to use javascript to query the graph api to load the user's data into this iframe loaded form using javascript such that is appears pre-populated to the user?
I am aware that there is a cross domain security issue. In that case, suppose that my iframe tab is now hosted on the same domain as the iframe loaded form, will this be doable now?
© Stack Overflow or respective owner