Hi, I would like to generate a facebook call on behalf of a user to create a request to another user to install the app. Is there a way to do this without being in a fb_request_form? the use case is: Fred is creating a task, he assign it to a friend Sally , if Sally has already installed & setup my app, no problem, if she hasnt, I want to send an add request from Fred along with details of the task. I have a create task form with tons of stuff in it including a friend selector, so I have the friends id. thanks Joel
FYI, FB changed their API to prevent developers from generating a request URL on the backend, which is now a deprecated behavior and may be dropped at any time. You should use fb:request-form. I''ll let the others answer on whether Facebooker still supports the old deprecated request API. Shawn On Thu, 31 Jan 2008 16:52:31 -0500, Joel Nylund wrote:> Hi, > > I would like to generate a facebook call on behalf of a user to create > a request to another user to install the app. > > Is there a way to do this without being in a fb_request_form? > > the use case is: > > Fred is creating a task, he assign it to a friend Sally , if Sally has > already installed & setup my app, no problem, if she hasnt, I want to > send an add request from Fred along with details of the task. > > I have a create task form with tons of stuff in it including a friend > selector, so I have the friends id. > > thanks > Joel > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk
ok, cool, thats good enough, I got enough deprecation in my system , no need to add more :) I guess I will just send them to a followup page. thanks Joel On Jan 31, 2008, at 5:05 PM, Shawn Van Ittersum wrote:> FYI, FB changed their API to prevent developers from generating a > request URL on the backend, which is now a deprecated behavior and > may be dropped at any time. You should use fb:request-form. I''ll > let the others answer on whether Facebooker still supports the old > deprecated request API. > > Shawn > > On Thu, 31 Jan 2008 16:52:31 -0500, Joel Nylund wrote: >> Hi, >> >> I would like to generate a facebook call on behalf of a user to >> create >> a request to another user to install the app. >> >> Is there a way to do this without being in a fb_request_form? >> >> the use case is: >> >> Fred is creating a task, he assign it to a friend Sally , if Sally >> has >> already installed & setup my app, no problem, if she hasnt, I want to >> send an add request from Fred along with details of the task. >> >> I have a create task form with tons of stuff in it including a friend >> selector, so I have the friends id. >> >> thanks >> Joel >> >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk