Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
818 views

XFBML Send Invitation Preview Dialog Box got cut off by iframe size

i been stressed with this thing all day. so i made a invitation apps on my facebook fans page, to get people suggest or invite to their fans about my fan page. my xfbml code are like this <div ...
3
votes
1answer
233 views

In Pinax, how to invite when ACCOUNT_OPEN_SIGNUP = False?

In Pinax, when ACCOUNT_OPEN_SIGNUP = False how does the admin invite more users to the system? How does one generate invitation codes? How do they work?
2
votes
2answers
214 views

Rails Beta invitations - Overriding Devise Registration Controller

I use Devise (1.4.8) for my User model and have been trying to implement a simple beta invitation feature (Rails 3.0.7), following Ryan Bates's railscast. I can't get the [new] method of my devise ...
2
votes
1answer
164 views

Facebook APP. PHP - Can i Know which user made an invitation once it is accepted? can i count the invitations?

i need information about this: I need to know if i can count the number of invitations a person has made (invitations to his/her friends to use the app). I also need to know how many of these ...
2
votes
1answer
68 views

programming a contest based on cupon codes in drupal

Is there any module that can ask upon user registration so that the user can have a cupon code? I want to use them later to draw prizes. Just like a lottery
2
votes
1answer
611 views

Foursquare style facebook invite over Graph API

I want to allow newly signed up users to be able to do a facebook connect and select some of their friends and dispatch an invite to them for my website. I saw this in action when I signed up for ...
2
votes
5answers
589 views

Best practices: how to implement an invitation system in Zend Framework?

I've built out most of the functionality, now I'm getting stuck... I am creating a private, web application that has an invite only registration system. An admin user sends an email invitation to a ...
2
votes
1answer
5k views

Inviting friends in facebook application

I have a facebook application that is published at facebook platform and i used facebook API to invite friends and i have succeeded in creating invitation form but the problem is that when u invite ...
1
vote
1answer
24 views

How to send customized app invitations to new users with the Dec 22 platform updates?

Since the Dec 22 platform updates, invitations (and all other requests) to friends who haven't installed an app are standard "Try Now" messages that go into the new "Invites from Friends" section of ...
1
vote
1answer
126 views

Sending facebook business page invitation via request dialog, recipient receive nothing

I'm new to facebook development and have done a lot of research and start getting my head around, i've come to realised that many coding implementation available online were using FBML which will be ...
1
vote
1answer
347 views

How to initialize the Invitation dialog (not the apprequest one)?

There are a lot of applications that use an Invitation dialog, like this one here: However I find no documentation or a single topic describing this specific dialog. It is not the same as the ...
1
vote
1answer
500 views

Devise Invitable: uninitialized constant

I'm using devise, wich works fine, now I try to use devise_invitable. I installed it correctly, but I'm getting the error when I try to access http://localhost:3000/users/invitation/new The error ...
1
vote
2answers
185 views

Is there some ready-made algorithm to generate invitation code by ruby

Is there some ready-made algorithm to generate invitation code by ruby? I can think at first MD5, but its output is too long for 32, so I want the output length is less than 16. Thank you in advance. ...
1
vote
1answer
211 views

Game Center Invitation handler, Where does it belong?

I already searched the site and found this: GameCenter Invitation Handler He says: " As stated in the docs Your application should set the invitation handler as early as possible after ...
1
vote
1answer
272 views

iPhone GameCenter invitation with playerGroup

I developed an iPhone App that uses the GameCenter. To support different levels of my game I set the playerGroup within the GKMatchRequest class. If the match is started by an automatic match making ...
1
vote
0answers
251 views

What is the a good Invite-Friends plugin for websites?

I tried Googling around for a good PHP Plugin/code that enables me to place an invite your email contacts on my website (something like LinkedIn's invitation plugin which works for all kinds of ...
1
vote
1answer
187 views

Rails - How can I set up an id as a token (pre-beta invitation application like usehipster)

I am trying to write a "viral" pre-beta invitation application as one can see on usehipster.com or fork.ly. Basically, the future tester: 1.) enters his email 2.) is redirected to a view (a ...
1
vote
2answers
589 views

User registration with invitation

I'm working on an application where users can register when they recieve an email invitation for the app. Right now what I do is generate invitation-codes that are sent to the users and stored in the ...
1
vote
2answers
559 views

Send invitation to any user of google chats (is it possible?)

I try to realize simple code on perl which should just get/send messages from/to gtalk accounts. I use Net::XMPP::* modules. All works just fine for users, who are my friends (in my "buddy" list). ...
1
vote
1answer
984 views

Variable interpolation in fb:req-choice url

For my invitation feature of my Facebook Connect app I need to be able to tell which invitation a user responds to. I have decided to rely on the Facebook UID for that. How can I include that ID in ...
0
votes
2answers
45 views

Facebook app invite immediately deleted from notifications

I have a website where we use the request dialog to allow users to invite their friends to check us out. From the inviters side everything works as expected. The person being invited does get the ...
0
votes
0answers
21 views

Can I tell an iOS Gamecenter automatch from an explicit invitation?

In my multiplayer iOS game, one player has to be the "host" and decide on certain game settings. When he invites friends via GC, it's clear that he is in the driver's seat, however when people are ...
0
votes
1answer
53 views

Invitations not showing up in friend's notification

I have a site that's been integrated with fb for a little while. Recently we have noticed that invites are not being delivered to users friends. The multi friend selector shows up fine and the the ...
0
votes
1answer
354 views

FB.ui apprequests method, is there a way to limit the number of invitations a user can send?

Is there a way to limit the number of invitations a user can send like there was using FBML - fb:multi-friend-selector? With that you could specify "max" and it would limit the number of invitations ...
0
votes
0answers
38 views

Cookies handling on the Graph API - PHP

I have developed an application in the old 2009 PHP SDK and now, switching to the latest PHP SDK, I am getting errors in the cookies handling function. For instance I used to set an invited cookie ...
0
votes
0answers
28 views

How to invite friends to act as family members and how to display them on my page once they accept the invitation

I am new to web application building. I want to send invitations to few of my friends who are my family. Can somebody tell me how to write a code so that when we send invitation, then the other person ...
0
votes
1answer
128 views

Component for select friends to invite add my app

I'm trying to build component to select friends and send an invitation from my application to them. The following image displays the component provided by Facebook (in this example is another kind of ...
0
votes
1answer
167 views

How to make Facebook apps setting in FB and multiple invite friend request

Working with C#(asp.net), m looking to develop to a fb application,i have made some setting in my fb apps but unable to redirect to my website page. Here are the settting :- App ID/API Key =XXXX App ...
0
votes
0answers
53 views

How to invite people from my contact list via windows messager api or how to get explicit email addresses?

I tried to get emails for my website that users can invite their friends by email, but I have been receiving hashed emails. I found nothing and I decided to find the solution that help me to send ...
0
votes
2answers
32 views

Calling PeerGroupCreateInvitation from C#

Function description here. I'm struggling to get it right to call this function from c#. I'm at a stage where I'm calling it but it's returning E_INVALIDARG. I've set it up as follows... ...
0
votes
1answer
380 views

How to check number of facebook app invitation sent by a particular users?

I would like to encourage my facebook app users to invite more friends to join the app. Therefore, I will let them freely use my app after they invite more than 50 friends (no matter their friends ...
0
votes
1answer
260 views

How can I get devise invitable to use a different devise mailer I set in the config file?

In devise invitable, the invite! method does the following: def invite! if new_record? || invited? self.skip_confirmation! if self.new_record? && ...
0
votes
1answer
260 views

Django invitation application

I want to create a site where people would need an e-mail invitation to subscribe and where I would be the only one allowed to invite people. I think the invitation application is what I need. Is it ...
0
votes
1answer
50 views

Why does this user not have an invitation?

I have a form that creates a signed_user. This is the first line of the form: <%= form_for(setup_user(@signed_user)) do |f| %> The setup_user is in my application helper: def ...
0
votes
2answers
69 views

Track number of invites for android app

I have a client/server application. It's an android app backed by php/MySQL server. I need the user to be able to invite people to download the app by sharing the download link, something like ...
0
votes
2answers
160 views

Android Listener for remote application message

I'm developing a multiplayer game and I'm wondering how can I received a message from server, though the app doesn't run at that time. For example, a player P1 wants to invite player P2 to play a ...
0
votes
1answer
421 views

rails gem Devise Invitable accept view issue

I would like to have access to the user information in the invitation/accept route. When I go to the form and use <%= resource.name %> it won't display the User. It also appears that it ...
0
votes
1answer
219 views

After facebook invitation and return, all my session gone

I want to let customer invite friends inside my website customer area. After customer login to my website customer area, all the personal session datas created as usual. Then customer click to ...
0
votes
1answer
707 views

PHP script to send email invitations to join a site

Are there any popular scripts to send invitations to join a website, to user's address book contacts? When he enters email ID and password, it should grab all contacts and email each one using ...
0
votes
1answer
124 views

Working with meeting invitations in the Inbox

I would like to show a region within the Outlook meeting invitation dialog where the details of all meetings that conflict with the current meeting are listed. I believe I have all the code except to ...