Facebook Is it possible to grab a user's data and populate a form in an iframe?
- by super9
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?