Questions tagged [iframe-app]
90 questions
1
vote
0 answers
Which access_token do I use to upload a video to an iframe based page-tab application?
I want to let users upload a video to a page that I am admin for. And the application has been added as a tab to this particular page.
Using the example from https://developers.facebook.com/blog/post/515/ resulted in an infinite loop where the page…

martisj
- 171
- 3
- 9
1
vote
0 answers
Page tab app, redirecting user back to restricted page on authentication
I can use the following code to redirect a user back to the page my app is installed on using the following code:
$facebook = new Facebook(array(
'appId' => $app_id,
'secret' => $app_secret,
'cookie' => true
));
$signed_request =…

cfreear
- 1,855
- 2
- 19
- 25
1
vote
1 answer
Using the Comment Plugin with an iFrame App
I'm trying to create an iFrame application with some static content and a comment 'wall', where users can contribute to a discussion on the topic of the app.
I've used the Comments Plugin like so:
within the code of the application page…

AT Design
- 60
- 2
- 11
1
vote
1 answer
Iframe Auto-Resize
Dear FB Developer Team,
we have an issue with the FB.Canvas.setAutoResize() function of the app iframe.
The frame extends vertically to the height of the first request, but on subsequent requests to pages with a lower height, the iframe doesn't…

Maximilian Kempf
- 11
- 1
1
vote
1 answer
Facebook TAB (iFrame): Use Facebook's JavaScript absoluteTop to keep a div at the top of te page all the time
I work at a radiostation so I made a playlist of the played tracks from this radiostation, you can find it here -> http://www.facebook.com/QmusicNL?sk=app_258630990850514
The titlebar of the playlist should get a fixed position when scrolling down.…

Friso Horstman
- 56
- 4
1
vote
0 answers
App cannot get user id of some users
I have a PHP app that runs in an iframe. If a user visits the tab, he is redirected to a login page via getLoginUrl() and asked to grant permisson to access the standard user data. The app then obtains the user's ID and offers a PDF for download.…

chwk
- 441
- 2
- 7
1
vote
1 answer
Facebook application is not available to all Facebook users
I have created an application using iframe / Javascript. I developed the whole application , I tested with my and one of my friend's FB user Id. It worked fine.
Now when I try from a third person's Login but I could not find my application from…

Viral Shah
- 21
- 2
1
vote
1 answer
LIKE a detail page inside iframe app in tab
We have a facebook app that's running inside an IFRAME on a fan page TAB.
On the main page of the app, we show e.g. 10 books and users can click through to the detail page of one single book.
We want to add a LIKE button on those detail pages, so…

Jorre
- 17,273
- 32
- 100
- 145
1
vote
1 answer
A Link Inside an iFrame That Pops Up "Photo Theater"
I have a tab with an iframe external web page that loads... I would love a hyperlink inside that web page to link one of my photo albums in "theater" mode so you don't leave the page. However, any link I program inside that web page just brings in…

Bruce Christy
- 11
- 3
1
vote
0 answers
Trigger from iframe to sibling iframe
iframe.html