Questions tagged [fbrequest-form]

18 questions
6
votes
4 answers

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" , i.e.
Unreality
  • 4,111
  • 11
  • 48
  • 67
3
votes
1 answer

Linker error: CFHTTP request methods in libShareKit.a on Xcode 4.5 and ShareKit 2.0

I try to intergrate the sharekit 2.0 into my app and installed the new ShareKit 2.0 as a Submodule in my local Git repository. I think I've followed the install instructions properly, but I'm getting 18 linker errors on the 'smoke test'. Here some…
Justintas
  • 69
  • 6
2
votes
1 answer

Check Facebook Permissions on iOS

I've seen this post which describes how to use the graph api to check a user's permissions, however I'm not sure how to actually check a specific permission. Calling [facebook requestWithGraphPath:@"me/permissions" andDelegate:self]; calls the…
Smikey
  • 8,106
  • 3
  • 46
  • 74
2
votes
3 answers

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 genders a user's friend is interested in meeting, i.e.…
Smikey
  • 8,106
  • 3
  • 46
  • 74
2
votes
0 answers

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 user WHERE uid IN(SELECT uid FROM event_member WHERE…
EricDumont
  • 23
  • 4
2
votes
4 answers

Disable redirect in fb:request-form Send/Cancel button

How do I disable the redirect in Facebook's invite form?