Tagged Questions

1
vote
3answers
1k views

How to create invite a friend in ruby on rails?

I want to create the ability for a User to go to a form and put a first name and email address and send an invitation via email. When the recipient clicks on the included link and registers, the ...
0
votes
0answers
129 views

Multi-friend-selector popup will be cut off?

I have problems with the multi-friend-selector. The popup will be cut off on the right side like the first picture. Anyone who knows how I can realize it like the second Image? ...
0
votes
0answers
67 views

facebook friend invite returning error

I have a facebook friend invite method using javascript. It brings up the friend invite dialog box and I can send invites. The friends get the invite in their facebook notifications. However, when ...
0
votes
1answer
394 views

“Request Dialog” requestCallback when clicking Cancel or Close button

I am new into Facebook application development and also newbie about JavaScript and PHP programming. I currently developing a Facebook application but currently stuck with Request Dialog window. ...
0
votes
2answers
90 views

PHP friend invite link

I am implementing an invite feature. So in a database I have the following fields: invite_number, person_sending, user_receiving, and email_to_send_to. Invite_number is basically id for the ...
0
votes
0answers
275 views

Fatal error: Call to undefined method Facebook::require_frame() in /home/wubb/public_html/facebook/fbml.php on line 15

I am trying to integrate friend invite for facebook in my website. I am using php. I included the code: <?PHP // Get these from http://developers.facebook.com $api_key = 'xxx'; $secret = 'xxx'; ...
0
votes
1answer
494 views

Inviting Facebook friends through iPhone App

I've been searching this question, and I haven't been able to find anything that works. I have an iPhone app that allows users to link their Facebook account. It would look something like this: ...
0
votes
2answers
106 views

Is there a service, api or script out there to make a find/invite friends feature like in facebook?

I need to create a form where I can add a an account (gmail, msn, yahoo, twitter, facebook, etc) and it will automatically pull all of the contacts to invite them to the site. is there something out ...