I want to send SMS using the Facebook mobile features: http://wiki.developers.facebook.com/index.php/Mobile I can''t find anything about this in the facebooker docs. I''m suspicious that facebook has implemented these features in a slightly bizarro way. Is there any way for me to do calls like sms.send or whatever through facebooker? Even if at first I have to do it a bit hackishly? Thanks, --simon -- http://simonwoodside.com
That sounds pretty typical. They provide an aggregator like interface to receive messages and a simple interface to send them. I would love to see this in Facebooker, but it''s not the top thing on my priority list. I still need to finish up the code to make link_to_remote and periodically_call_remote work on Facebook and then to finish up the publisher API. I can definitely give advice on implementing this. It shouldn''t be that hard. Mike On Feb 20, 2008, at 11:55 PM, S. Woodside wrote:> I want to send SMS using the Facebook mobile features: > http://wiki.developers.facebook.com/index.php/Mobile > > I can''t find anything about this in the facebooker docs. I''m > suspicious that facebook has implemented these features in a slightly > bizarro way. Is there any way for me to do calls like sms.send or > whatever through facebooker? Even if at first I have to do it a bit > hackishly? > > Thanks, > > --simon > > -- > http://simonwoodside.com > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com
Yeah, I definitely want advice on how to implement it! Especially if I can do it in a couple of days. --simon -- http://simonwoodside.com On Feb 21, 2008, at 9:02 AM, Mike Mangino wrote:> That sounds pretty typical. They provide an aggregator like > interface to receive messages and a simple interface to send them. > I would love to see this in Facebooker, but it''s not the top thing > on my priority list. I still need to finish up the code to make > link_to_remote and periodically_call_remote work on Facebook and > then to finish up the publisher API. > > I can definitely give advice on implementing this. It shouldn''t be > that hard. > > Mike > > On Feb 20, 2008, at 11:55 PM, S. Woodside wrote: > >> I want to send SMS using the Facebook mobile features: >> http://wiki.developers.facebook.com/index.php/Mobile >> >> I can''t find anything about this in the facebooker docs. I''m >> suspicious that facebook has implemented these features in a slightly >> bizarro way. Is there any way for me to do calls like sms.send or >> whatever through facebooker? Even if at first I have to do it a bit >> hackishly? >> >> Thanks, >> >> --simon >> >> -- >> http://simonwoodside.com >> >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk > > -- > Mike Mangino > http://www.elevatedrails.com >