Anyone run into any issues with fb_sig_friends having to much data? I believe I was running into an issue previously when submitting a form with a lot of data and erroring out. Wondered if there are any known issues for people with a lot of friends. Thanks --ken -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080818/29e05f18/attachment.html>
Ken, I could only see a problem if you were to try to stick them all in a GET request, but as long as it is a POST, there shouldn''t be a problem. What error(s) do you see? BJ On Aug 18, 2008, at 11:21 AM, Ken Schroeder wrote:> Anyone run into any issues with fb_sig_friends having to much data? > I believe I was running into an issue previously when submitting a > form with a lot of data and erroring out. Wondered if there are any > known issues for people with a lot of friends. Thanks --ken > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk
Unfortunately I dont'' have the exact error from the scenario I was referring too but a form submit was failing for no good reason when the request had over 4000 characters. I haven''t duplicated the problem since but seeing people with 2000+ friends and such makes me ask to be sure no one else has seen any related issues. On Mon, Aug 18, 2008 at 2:21 PM, BJ Clark <bjclark at scidept.com> wrote:> Ken, > I could only see a problem if you were to try to stick them all in a GET > request, but as long as it is a POST, there shouldn''t be a problem. > > What error(s) do you see? > > > BJ > > > On Aug 18, 2008, at 11:21 AM, Ken Schroeder wrote: > > Anyone run into any issues with fb_sig_friends having to much data? I >> believe I was running into an issue previously when submitting a form with a >> lot of data and erroring out. Wondered if there are any known issues for >> people with a lot of friends. Thanks --ken >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk >> > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080818/76ab24b8/attachment.html>
Ken, Well, the POST request coming into your server wasn''t having any problem with that many friends in the parameter, so I''m not sure how it would fail going the other way around. If that makes sense. BJ On Aug 18, 2008, at 12:37 PM, Ken Schroeder wrote:> Unfortunately I dont'' have the exact error from the scenario I was > referring too but a form submit was failing for no good reason when > the request had over 4000 characters. I haven''t duplicated the > problem since but seeing people with 2000+ friends and such makes me > ask to be sure no one else has seen any related issues. > > On Mon, Aug 18, 2008 at 2:21 PM, BJ Clark <bjclark at scidept.com> wrote: > Ken, > I could only see a problem if you were to try to stick them all in a > GET request, but as long as it is a POST, there shouldn''t be a > problem. > > What error(s) do you see? > > > BJ > > > > On Aug 18, 2008, at 11:21 AM, Ken Schroeder wrote: > > Anyone run into any issues with fb_sig_friends having to much data? > I believe I was running into an issue previously when submitting a > form with a lot of data and erroring out. Wondered if there are any > known issues for people with a lot of friends. Thanks --ken > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080818/50ee1e2c/attachment-0001.html>