IRC Log for #OpenSocial on 2008-07-21

Timestamps are in UTC.

  1. [00:05:30] * shrink (n=shrink@210.212.5.85) Quit (Read error: 113 (No route to host))
  2. [00:17:21] * besquared (n=Josh@c-71-202-152-68.hsd1.ca.comcast.net) Quit ()
  3. [00:40:10] * BobChao (n=cctw@124-8-1-100.dynamic.tfn.net.tw) Quit ("Ex-Chat")
  4. [00:48:14] * termie (i=andy@pdpc/supporter/sustaining/termie) Quit (niven.freenode.net irc.freenode.net)
  5. [00:48:14] * allycat (i=ally@chengjeng.iis.sinica.edu.tw) Quit (niven.freenode.net irc.freenode.net)
  6. [00:51:43] * besquared (n=Josh@c-71-202-152-68.hsd1.ca.comcast.net) has joined #opensocial
  7. [00:53:16] * allycat (i=ally@chengjeng.iis.sinica.edu.tw) has joined #opensocial
  8. [00:53:29] * termie (i=andy@pdpc/supporter/sustaining/termie) has joined #opensocial
  9. [01:05:56] * KevinMarks (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net) has joined #opensocial
  10. [01:07:46] * ggapol (n=ggapol@cebu.exist.com) has joined #opensocial
  11. [01:46:48] * ggapol_ (n=ggapol@cebu.exist.com) has joined #opensocial
  12. [01:55:20] * jerobi (n=jerobi@nat3.slide.com) Quit (Read error: 113 (No route to host))
  13. [02:13:40] * ggapol (n=ggapol@cebu.exist.com) Quit (Read error: 110 (Connection timed out))
  14. [02:26:21] * Infinito- (n=yingyang@li6-217.members.linode.com) has joined #opensocial
  15. [02:29:55] * ggapol_ (n=ggapol@cebu.exist.com) Quit ("Leaving")
  16. [02:30:02] * ggapol (n=ggapol@cebu.exist.com) has joined #opensocial
  17. [02:32:51] * warreng (n=warren@c-76-114-207-182.hsd1.va.comcast.net) has joined #opensocial
  18. [02:48:07] * Infinito- (n=yingyang@li6-217.members.linode.com) Quit ("Leaving")
  19. [02:49:44] * barbolo_ (n=barbolo@189-18-49-224.dsl.telesp.net.br) Quit (Remote closed the connection)
  20. [02:52:11] * suhail (n=suhaildo@c-24-7-65-54.hsd1.ca.comcast.net) has joined #opensocial
  21. [03:01:38] * desu is now known as desudesu
  22. [03:20:43] * desudesu is now known as desu
  23. [03:30:21] * desu is now known as desudesu
  24. [03:30:35] * desudesu is now known as desu
  25. [03:37:43] * desu is now known as desudesu
  26. [04:31:26] * desudesu is now known as desu
  27. [04:48:36] * d3vilking (n=root@203.200.5.131) has joined #opensocial
  28. [04:48:41] * d3vilking (n=root@203.200.5.131) has left #opensocial
  29. [05:01:40] * besquared (n=Josh@c-71-202-152-68.hsd1.ca.comcast.net) Quit ()
  30. [05:12:26] * desu is now known as desudesu
  31. [05:14:00] * desudesu is now known as desu
  32. [05:22:34] * charlieville (n=charliev@adsl-75-18-223-187.dsl.pltn13.sbcglobal.net) has joined #opensocial
  33. [05:23:57] <rf__> anyone know if oauth signatures work for POST makerequests?
  34. [05:24:23] <rf__> every time we add params[gadgets.io.RequestParameters.AUTHORIZATION] = gadgets.io.AuthorizationType.SIGNED;
  35. [05:24:23] <rf__> the post stops working
  36. [05:24:32] <rf__> (works fine for gets, though)
  37. [05:41:02] <suhail> rf__: yes it does.
  38. [05:41:11] * desu is now known as desudesu
  39. [05:41:22] <suhail> rf__: check out: http://code.google.com/p/opensocial-framework/downloads/list
  40. [05:42:29] * desudesu is now known as desu
  41. [05:51:04] * JoelS (n=JSeligst@c-76-102-163-139.hsd1.ca.comcast.net) has joined #opensocial
  42. [05:51:28] * JSeligstein (n=JSeligst@c-76-102-163-139.hsd1.ca.comcast.net) Quit (Read error: 104 (Connection reset by peer))
  43. [06:11:20] * desu is now known as desudesu
  44. [06:12:49] * warreng (n=warren@c-76-114-207-182.hsd1.va.comcast.net) Quit ()
  45. [06:19:44] * charlieville (n=charliev@adsl-75-18-223-187.dsl.pltn13.sbcglobal.net) Quit ()
  46. [06:36:09] * jotto (n=jotto-ir@76.29.39.153) Quit ()
  47. [06:38:11] <rf__> thanks, suhail, i'll check it out
  48. [06:40:09] <rf__> we're running into issues with utf encoding over get URL's. i think i read about some weird issues with utf-8 encoding on url parameters (we have tried doing an encodeURIComponent before passing the data array into gadgets.io.encodeValues), but things aren't working out quite right.
  49. [06:42:04] * shrink (n=shrink@210.212.5.85) has joined #opensocial
  50. [07:02:41] <rf__> yo suhail. so, i looked through your framework (nice job, btw!)... but i'm not really seeing anything different than what we're doing:
  51. [07:02:41] <rf__>
  52. [07:02:41] <rf__> url = "myurl";
  53. [07:02:41] <rf__> data = {};
  54. [07:02:41] <rf__> params = {};
  55. [07:02:43] <rf__>
  56. [07:02:45] <rf__> params[gadgets.io.RequestParameters.METHOD] = gadgets.io.MethodType.POST;
  57. [07:02:47] <rf__> params[gadgets.io.RequestParameters.POST_DATA] = data;
  58. [07:02:49] <rf__> params[gadgets.io.RequestParameters.CONTENT_TYPE] = gadgets.io.ContentType.TEXT;
  59. [07:02:52] <rf__>
  60. [07:02:53] <rf__> gadgets.io.makeRequest(url, function (response) { alert(response.text); }, params);
  61. [07:03:13] <rf__> that works. but th emoment we uncomment the AUTHORIZATION = SIGNED. we start getting back an undefined response, and the post is never made to our server
  62. [07:03:24] <rf__> but if we switch to a GET, it works fine with the signature
  63. [07:03:56] <suhail> Are you actually using OAuth?
  64. [07:04:08] <rf__> yes
  65. [07:04:41] <rf__> in fact, the signing works fine, except with multi-byte chars. which is where we realized there's probably an encoding issue somewhere
  66. [07:04:44] <suhail> Perhaps doing a POST makes you parse the params in the request a bit different
  67. [07:04:49] <suhail> You should probably check that.
  68. [07:05:18] <rf__> hrm, interesting. ok, i'll model the params exactly after your framework.
  69. [07:05:46] <suhail> If it's a multi-byte issue, you may need to account for that manually--there's a lot of fail in OpenSocial =)
  70. [07:06:00] <suhail> Trust your own knowledge more here =)
  71. [07:06:09] <rf__> i was afraid you were going to say that =(
  72. [07:06:14] <suhail> ;)
  73. [07:06:22] <suhail> Why do you think I made a wrapper framework?
  74. [07:07:09] <suhail> btw, thanks for the complements--it's been far too long--I should've released it ages ago
  75. [07:07:15] <suhail> feel free to spread it around
  76. [07:09:39] <rf__> will do. really should get Orkut to post it. it would be helpful to a lot of people, probably
  77. [07:09:49] <rf__> anyhow, no luck with:
  78. [07:09:49] <rf__> params = { METHOD : 'POST', CONTENT_TYPE : gadgets.io.ContentType.TEXT, POST_DATA : data, AUTHORIZATION : gadgets.io.AuthorizationType.SIGNED };
  79. [07:10:03] <rf__> hrm, maybe contenttype... i see you default to JSON in your code. i'll try switching
  80. [07:13:34] <rf__> ok, for the record. it was that in my cut down example, i wasn't doing a gadgets.io.encodeValues on data. so, i am getting succesful posts with a sig now. and somewhere in the orig code, the data must need be formed differently than i was doing for the GET
  81. [07:13:37] <rf__> anyhow, thanks for the help
  82. [07:19:05] <suhail> rf__: should've used my framework :P
  83. [07:19:34] <suhail> encodedParams = gadgets.io.encodeValues(params); // Encode params to form correct URL
  84. [07:20:12] <suhail> jk man
  85. [07:21:53] <rf__> yeah yeah... haha. =P
  86. [07:22:22] <rf__> seriously, thanks though. reading through your framework helped me realize what i was doing wrong.
  87. [08:04:22] * shrink (n=shrink@210.212.5.85) Quit (Remote closed the connection)
  88. [08:10:19] * desudesu is now known as desu
  89. [08:18:26] * ggapol_ (n=ggapol@cebu.exist.com) has joined #opensocial
  90. [08:19:53] * kriox (n=kriox@c934d11b.virtua.com.br) has joined #opensocial
  91. [08:19:59] <kriox> hi
  92. [08:35:31] * ggapol (n=ggapol@cebu.exist.com) Quit (Read error: 110 (Connection timed out))
  93. [08:42:10] * ggapol_ (n=ggapol@cebu.exist.com) Quit ("Leaving")
  94. [08:43:47] * ggapol (n=ggapol@cebu.exist.com) has joined #opensocial
  95. [09:07:19] * kriox (n=kriox@c934d11b.virtua.com.br) Quit ()
  96. [09:11:27] * desu is now known as desudesu
  97. [10:00:19] * desudesu is now known as desu
  98. [10:16:08] * shrink (n=shrink@210.212.5.85) has joined #opensocial
  99. [10:21:08] * ss_0009 (i=a48ff021@gateway/web/ajax/mibbit.com/x-b78594c95463703f) has joined #opensocial
  100. [10:50:39] * desu is now known as desudesu
  101. [10:52:00] * ss_0009 (i=a48ff021@gateway/web/ajax/mibbit.com/x-b78594c95463703f) Quit ("http://www.mibbit.com ajax IRC Client")
  102. [10:52:03] * desudesu is now known as desu
  103. [10:55:22] * danieljohnlewis (n=danieljo@82.46.89.37) has joined #opensocial
  104. [11:01:17] * desu is now known as desudesu
  105. [11:01:57] * desudesu is now known as desu
  106. [11:21:08] * shrink (n=shrink@210.212.5.85) Quit (Remote closed the connection)
  107. [11:24:41] * desu is now known as desudesu
  108. [11:28:25] * desudesu is now known as desu
  109. [11:35:23] * MrTopf (i=hidden-u@oecher.info) has joined #opensocial
  110. [11:42:33] * MrTopf (i=hidden-u@oecher.info) Quit ("deconstructing...")
  111. [11:42:39] * MrTopf (i=hidden-u@oecher.info) has joined #opensocial
  112. [11:56:03] * d3vilking (n=root@203.200.5.131) has joined #opensocial
  113. [11:56:08] * d3vilking (n=root@203.200.5.131) has left #opensocial
  114. [12:26:23] * shrink (n=shrink@210.212.5.85) has joined #opensocial
  115. [12:34:26] * danbri (n=danbri@ip565f6edb.direct-adsl.nl) has joined #OpenSocial
  116. [12:37:42] * MacTed (n=Thud@twentyfourmullen.hsd1.ma.comcast.net) Quit ()
  117. [12:54:06] * ggapol (n=ggapol@cebu.exist.com) Quit (Read error: 110 (Connection timed out))
  118. [12:57:24] * fogbank (n=foggy@88-149-171-150.static.ngi.it) has joined #opensocial
  119. [13:20:27] * barbolo (n=barbolo@marconi.lme.usp.br) has joined #opensocial
  120. [13:24:05] * desu is now known as desudesu
  121. [13:34:15] * Munkle (n=mzlee@fw.arb.zattoo.com) has joined #opensocial
  122. [13:37:44] * MacTed (n=Thud@63.119.36.36) has joined #OpenSocial
  123. [13:37:46] * warreng (n=warren@c-76-114-207-182.hsd1.va.comcast.net) has joined #opensocial
  124. [13:42:07] <barbolo> Has anyone had this javascript error: opensocial.DataRequest.PersonId is undefined
  125. [13:42:40] <barbolo> I'm trying to make this request:
  126. [13:42:45] <barbolo> "req.add(req.newFetchPersonRequest(opensocial.DataRequest.PersonId.VIEWER),"viewer");"
  127. [13:43:42] <barbolo> when I run "alert(opensocial.DataRequest.PersonId);" I get "undefined" as string
  128. [14:02:56] * warreng (n=warren@c-76-114-207-182.hsd1.va.comcast.net) Quit ()
  129. [14:03:57] * jotto (n=jotto-ir@76.29.39.153) has joined #opensocial
  130. [14:08:43] * djl (n=danieljo@82.46.89.37) has joined #opensocial
  131. [14:08:44] * danieljohnlewis (n=danieljo@82.46.89.37) Quit (Read error: 104 (Connection reset by peer))
  132. [14:10:04] * djl (n=danieljo@82.46.89.37) Quit (Remote closed the connection)
  133. [14:23:56] * warreng (n=warren@c-76-114-207-182.hsd1.va.comcast.net) has joined #opensocial
  134. [14:25:53] * warreng (n=warren@c-76-114-207-182.hsd1.va.comcast.net) Quit (Client Quit)
  135. [14:52:53] * warreng (n=warren@c-68-48-121-35.hsd1.dc.comcast.net) has joined #opensocial
  136. [14:53:06] * barbolo (n=barbolo@marconi.lme.usp.br) Quit (Remote closed the connection)
  137. [14:58:07] * warreng (n=warren@c-68-48-121-35.hsd1.dc.comcast.net) Quit (Read error: 104 (Connection reset by peer))
  138. [15:21:37] * warreng (n=warren@c-68-48-121-35.hsd1.dc.comcast.net) has joined #opensocial
  139. [15:28:47] * Arrnonymous (n=Daniell@189.34.133.130) has joined #opensocial
  140. [15:49:28] * KevinMarks (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net) Quit ("The computer fell asleep")
  141. [16:06:09] * mNeo (n=mNeo07@67.88.241.3) has joined #opensocial
  142. [16:07:03] * Arrnonymous (n=Daniell@189.34.133.130) Quit ("Leaving.")
  143. [16:08:41] * fogb (n=foggy@88-149-171-150.static.ngi.it) has joined #opensocial
  144. [16:11:11] * levitation[A] (n=levitati@noorus.aklubi.ee) Quit (Read error: 104 (Connection reset by peer))
  145. [16:11:53] * fogb (n=foggy@88-149-171-150.static.ngi.it) Quit (Client Quit)
  146. [16:12:40] * fogb (n=foggy@88-149-171-150.static.ngi.it) has joined #opensocial
  147. [16:17:36] * fogb (n=foggy@88-149-171-150.static.ngi.it) Quit ("What's this red button fo")
  148. [16:23:27] * desudesu (i=desu@unaffiliated/desu) Quit (Remote closed the connection)
  149. [16:25:50] * fogbank (n=foggy@88-149-171-150.static.ngi.it) Quit (Read error: 110 (Connection timed out))
  150. [16:38:13] * charlieville (n=charliev@66.218.169.49) has joined #opensocial
  151. [16:44:49] * suhail (n=suhaildo@c-24-7-65-54.hsd1.ca.comcast.net) Quit ()
  152. [16:51:16] * LEMONed (n=Miranda@219.137.80.135) has joined #opensocial
  153. [16:54:56] * Jomyoot (n=atip@ppp-124-120-144-76.revip2.asianet.co.th) has joined #opensocial
  154. [17:00:19] * charlieville_ (n=charliev@66.218.169.49) has joined #opensocial
  155. [17:03:37] * bakert (n=bakert@82-69-214-14.dsl.in-addr.zen.co.uk) has joined #opensocial
  156. [17:09:00] * MrTopf (i=hidden-u@oecher.info) Quit ()
  157. [17:09:09] * charlieville (n=charliev@66.218.169.49) Quit (Read error: 110 (Connection timed out))
  158. [17:24:52] * statim (n=statim@c-67-161-49-251.hsd1.ca.comcast.net) Quit ("This computer has gone to sleep")
  159. [17:36:39] * suhail (n=suhaildo@adsl-75-32-127-117.dsl.pltn13.sbcglobal.net) has joined #opensocial
  160. [17:38:32] * charlieville_ (n=charliev@66.218.169.49) Quit ()
  161. [17:39:02] * Suhail_ (n=suhaildo@nat3.slide.com) has joined #opensocial
  162. [17:40:09] * charlieville (n=charliev@66.218.169.49) has joined #opensocial
  163. [17:43:56] * charlieville (n=charliev@66.218.169.49) Quit (Remote closed the connection)
  164. [17:44:36] * charlieville (n=charliev@66.218.169.49) has joined #opensocial
  165. [17:47:30] * levitation[A] (n=levitati@noorus.aklubi.ee) has joined #opensocial
  166. [17:56:03] * suhail (n=suhaildo@adsl-75-32-127-117.dsl.pltn13.sbcglobal.net) Quit (Read error: 110 (Connection timed out))
  167. [17:56:39] * levitation_ (n=levitati@noorus.aklubi.ee) has joined #opensocial
  168. [18:00:53] * kurrik (n=kurrik@nat/google/x-20fd7d578e05c978) has joined #opensocial
  169. [18:06:45] * besquared (n=Josh@75-101-13-111.dsl.static.sonic.net) has joined #opensocial
  170. [18:07:56] * levitation[A] (n=levitati@noorus.aklubi.ee) Quit (Read error: 110 (Connection timed out))
  171. [18:09:18] * gasman (n=joe@nat-ext.sfo2.imeem.net) has joined #opensocial
  172. [18:13:03] * danbri (n=danbri@unaffiliated/danbri) Quit ()
  173. [18:24:29] * JoelS (n=JSeligst@c-76-102-163-139.hsd1.ca.comcast.net) Quit ("This computer has gone to sleep")
  174. [18:32:08] * statim (n=statim@65.219.59.140) has joined #opensocial
  175. [18:41:16] * rmurphey (n=rmurphey@cpe-024-211-243-016.nc.res.rr.com) Quit (Read error: 110 (Connection timed out))
  176. [18:44:49] * danbri (n=danbri@ip565f6edb.direct-adsl.nl) has joined #OpenSocial
  177. [18:50:11] * JSeligstein (n=JSeligst@outbound285a.pasd.tfbnw.net) has joined #opensocial
  178. [18:51:43] * shrink (n=shrink@210.212.5.85) Quit (Read error: 113 (No route to host))
  179. [18:54:34] * JSeligstein (n=JSeligst@outbound285a.pasd.tfbnw.net) Quit (Client Quit)
  180. [18:54:48] * JSeligstein (n=JSeligst@outbound285a.pasd.tfbnw.net) has joined #opensocial
  181. [19:06:35] * KevinMarks (n=KevinMar@nat/google/x-3a8eb0e5f29cf178) has joined #opensocial
  182. [19:10:22] * warreng (n=warren@c-68-48-121-35.hsd1.dc.comcast.net) Quit (Read error: 54 (Connection reset by peer))
  183. [19:10:38] * warreng (n=warren@c-68-48-121-35.hsd1.dc.comcast.net) has joined #opensocial
  184. [19:24:03] * warreng (n=warren@c-68-48-121-35.hsd1.dc.comcast.net) Quit ()
  185. [19:44:47] * jotto_ (n=jotto-ir@76.29.37.119) has joined #opensocial
  186. [19:45:23] * jotto (n=jotto-ir@76.29.39.153) Quit (Read error: 60 (Operation timed out))
  187. [19:50:31] * shrink (n=shrink@210.212.5.85) has joined #opensocial
  188. [19:58:52] * KevinMarks (n=KevinMar@nat/google/x-3a8eb0e5f29cf178) Quit ("The computer fell asleep")
  189. [20:05:26] * jerobi (n=jerobi@nat3.slide.com) has joined #opensocial
  190. [20:15:06] * fogbank (n=foggy@88-149-171-150.static.ngi.it) has joined #opensocial
  191. [20:27:01] * rmurphey (n=rmurphey@cpe-024-211-243-016.nc.res.rr.com) has joined #opensocial
  192. [20:29:38] * danbri (n=danbri@unaffiliated/danbri) Quit ()
  193. [20:41:39] * KevinMarks (n=KevinMar@nat/google/x-9a00da016e1406df) has joined #opensocial
  194. [20:52:21] * MrTopf (n=cs@achn-4db49ee9.pool.einsundeins.de) has joined #opensocial
  195. [20:53:07] * MacTed (n=Thud@63.119.36.36) Quit ()
  196. [21:30:09] * danbri (n=danbri@ip565f6edb.direct-adsl.nl) has joined #OpenSocial
  197. [21:32:26] * fogb (n=foggy@88-149-171-150.static.ngi.it) has joined #opensocial
  198. [21:38:14] * fogbank (n=foggy@88-149-171-150.static.ngi.it) Quit (Read error: 60 (Operation timed out))
  199. [21:42:44] * Munkle (n=mzlee@fw.arb.zattoo.com) Quit (Remote closed the connection)
  200. [21:45:30] * MrTopf (n=cs@achn-4db49ee9.pool.einsundeins.de) Quit (Read error: 113 (No route to host))
  201. [21:51:43] * MrTopf (n=cs@pD9EBF042.dip.t-dialin.net) has joined #opensocial
  202. [21:54:28] * klep (n=klep@adsl-99-173-10-217.dsl.pltn13.sbcglobal.net) has joined #opensocial
  203. [22:04:33] * mNeo (n=mNeo07@67.88.241.3) Quit ()
  204. [22:08:54] * besquared_ (n=Josh@75-101-13-111.dsl.static.sonic.net) has joined #opensocial
  205. [22:10:34] * JoelS (n=JSeligst@outbound156a.pasd.tfbnw.net) has joined #opensocial
  206. [22:17:48] * JSeligstein (n=JSeligst@outbound285a.pasd.tfbnw.net) Quit (Read error: 110 (Connection timed out))
  207. [22:20:22] * ZeeH (n=xxx@201-14-215-161.pltce701.dsl.brasiltelecom.net.br) has joined #opensocial
  208. [22:20:37] * ZeeH is now known as ZeeH_BRASIL
  209. [22:21:37] * ZeeH_BRASIL (n=xxx@201-14-215-161.pltce701.dsl.brasiltelecom.net.br) Quit (Client Quit)
  210. [22:23:07] * Suhail_ is now known as Suhail
  211. [22:25:57] * besquared (n=Josh@75-101-13-111.dsl.static.sonic.net) Quit (Read error: 110 (Connection timed out))
  212. [22:30:29] * JoelS is now known as JSeligstein
  213. [23:05:18] * shrink (n=shrink@210.212.5.85) Quit (Read error: 110 (Connection timed out))
  214. [23:08:16] * fogb (n=foggy@88-149-171-150.static.ngi.it) Quit (Read error: 145 (Connection timed out))
  215. [23:08:21] * shrink (n=shrink@210.212.5.85) has joined #opensocial
  216. [23:09:06] * LEMONed (n=Miranda@219.137.80.135) Quit (Read error: 104 (Connection reset by peer))
  217. [23:19:48] * Suhail_ (n=suhaildo@adsl-75-32-127-117.dsl.pltn13.sbcglobal.net) has joined #opensocial
  218. [23:23:38] * Suhail_ (n=suhaildo@adsl-75-32-127-117.dsl.pltn13.sbcglobal.net) Quit (Client Quit)
  219. [23:32:42] * Jomyoot_ (n=atip@ppp-124-120-146-147.revip2.asianet.co.th) has joined #opensocial
  220. [23:34:49] * Suhail (n=suhaildo@nat3.slide.com) Quit (Read error: 113 (No route to host))
  221. [23:35:12] * MacTed (n=Thud@twentyfourmullen.hsd1.ma.comcast.net) has joined #OpenSocial
  222. [23:41:51] * Jomyoot (n=atip@ppp-124-120-144-76.revip2.asianet.co.th) Quit (Read error: 110 (Connection timed out))
  223. [23:52:51] * Infinito- (n=yingyang@li6-217.members.linode.com) has joined #opensocial
  224. [23:55:14] * Infinito- (n=yingyang@li6-217.members.linode.com) Quit (Client Quit)
  225. [23:58:20] * bakert (n=bakert@82-69-214-14.dsl.in-addr.zen.co.uk) Quit ()

These logs were automatically created by oslogbot on irc.freenode.net using a modified version of the Java IRC LogBot.

See http://microformats.org/wiki/mflogbot for more information.