Tagged Questions
The fbrequest-form tag has no wiki summary.
6
votes
4answers
14k views
Facebook, iframe app, fb:request-form, action attribute problem
I'm making a facebook iframe application
I'm making a request form with my own form data. What should I do in order to process the data?
If I put action="http://apps.facebook.com/[appName]/abc.php" ...
1
vote
0answers
61 views
Error while doing FQLRequest
I am doing a FQL request when in my view controller through a specific method.
Here is my request.
NSString* fql = [[NSString alloc] init];
fql = [NSString stringWithFormat:@"SELECT uid, name FROM ...
1
vote
1answer
150 views
Can't get the uids that back from post of fb:request-form on MVC
I'm tring to get the uids that user selected at the but always back null the ids.
<fb:request-form action="http://myapp/controller/index?id=<apid>&sk=<secret>"
...
1
vote
3answers
3k views
Disable redirect in fb:request-form Send/Cancel button
How do I disable the redirect in Facebook's invite form?
<fb:serverfbml style="width: 600px; height: 650px;">
<script type="text/fbml">
<fb:request-form
...
1
vote
2answers
2k views
How to modify the content of fb:request-form dynamically using Javascript?
I would like to customize my request-form content using javascript.
Say i have this in my html...
<div id="invite">
<fb:serverfbml style="width: 600px; height: 650px;">
<script ...
0
votes
2answers
93 views
FQL query to fetch a user's Facebook friend's gender PLUS meeting_sex
Not quite as racy as it sounds - I'm using the below code to get a user's male or female friends only and it works fine. However, I also want to check their 'meeting_sex' which is a list of the ...
0
votes
1answer
113 views
fb:request-form showing blank page
This is my code
<fb:serverFbml style="width: 760px;">
<script type="text/fbml">
<fb:fbml>
<fb:request-form
action="http://apps.facebook.com/MyAPP/invite.php"
target="_top"
...
0
votes
0answers
76 views
Render an invite request form outside an iframe
I've tried to make an app similar to this app:
http://apps.facebook.com/micalendarioapp
As you see, when you enter that app an invitation form appears, and when you press invite, a popup appears ...
0
votes
0answers
56 views
put preview invitation in center of screen, while invite friends to my app
building canvas tab aplication in wich i am trying to invite friends to my aplication using fb:serverFbml and fb:request-form, but the problem is that my preview invitation get inside the iframe ...
0
votes
2answers
337 views
iOS >> ShareKit: How to Solve the Warnings in the FBRequest File?
I'm implementing ShareKit in my App. Everything is working fine, I also got rid of most of the warnings (all the warnings that are caused because ShareKit suports OS 2.x - my app suports 3.2 and ...
0
votes
1answer
776 views
fb:request-form in iframe redirects away from facebook
I have an <fb:requestform> in an iFrame Facebook app. I have set target="_parent", so that the callback will target the parent iFrame and not itself, which seems to work as expected. But, ...
0
votes
1answer
753 views
Facebook API friends_get is extremely slow
I have a PHP application running in iFrame mode. I am rendering an <fb:multi-friend-selector condensed="true"> inside of <fb:serverfbml> tags. This is inside a PHP file that calls a ...