IRC Log for #OpenSocial on 2008-11-19
Timestamps are in UTC.
- [00:07:03] * charlieville (n=charliev@66.218.169.47) has joined #opensocial
- [00:16:56] * Vamsi (i=3df7f2c5@gateway/web/ajax/mibbit.com/x-e13e84f27969836e) has joined #opensocial
- [00:17:09] <Vamsi>
Hi Jason
- [00:19:15] <Vamsi>
apijason ?
- [00:19:30] <apijason>
Hi Vamsi.
- [00:19:53] <apijason>
Hi weitzelm.
- [00:19:56] <Vamsi>
Finally 0.8 is out
- [00:20:02] <apijason>
Indeed.
- [00:21:15] <Vamsi>
our servers crashed yet again though we are on a cdn
- [00:21:22] <Vamsi>
moving them again
- [00:21:44] <Vamsi>
once that done we would be working on migrating to 0.8
- [00:22:16] <Vamsi>
btb any updates on Blabr ?
- [00:22:20] <apijason>
Cool. It shouldn't be too much work -- most of the changes are syntactical.
- [00:22:36] <apijason>
I didn't review it. I'll ask the reviewer to send you an update soon.
- [00:24:02] <Vamsi>
they send soem mods yesterday , fixed them too
- [00:24:28] <Vamsi>
just waiting to get it going
- [00:42:25] <apijason>
Understood. I'll make sure the reviewer gets your feedback to you soon.
- [00:45:26] <Vamsi>
using 0.8 can we mail all the member who have installed the app , like a newsletter / app updates ?
- [00:45:36] <Vamsi>
birthday greets / goft
- [00:56:53] <Vamsi>
??
- [01:00:45] <apijason>
No
- [01:01:11] <weitzelm>
jason...
- [01:01:20] <weitzelm>
got a ?? or two on the client api
- [01:01:30] <weitzelm>
btw.. just what i was looking for
- [01:01:59] * AirwalkLogik (n=reid@ignitionproject/developer/airwalk) Quit ()
- [01:02:12] <apijason>
Hi weitzelm. :)
- [01:05:32] <weitzelm>
i was looking over the java client, where/how do we get the token for the container (this is based off of the getting started wiki page)
- [01:06:13] <weitzelm>
i ended up null'ing this out and hitting the shindig container i got running, but wanted to hit orkut or something similar
- [01:06:44] <apijason>
In the near future, this won't be necessary. I'm hoping to check in something by the end of the week. In the meantime, you need to steal a security token from a running app. Just bust an app out of its IFrame in orkut and find the st parameter. This is the security token that you need to pass in.
- [01:06:51] <weitzelm>
(i apologize if this is a silly question, but i'm still a bit of a newbie)
- [01:06:53] <apijason>
This is just a stopgap solution.
- [01:07:00] <apijason>
Not silly at all. :)
- [01:07:11] <apijason>
I haven't documented it simply because you won't have to do this for too much longer.
- [01:07:40] <weitzelm>
ah. ok. any quick steps on how to do this
- [01:08:05] <weitzelm>
e.g. can i invoke something and get this from the eclipse tpc mon
- [01:08:17] <weitzelm>
or do i grab this from the xml definition of the orkut widget
- [01:09:03] <weitzelm>
[aside] first name is mark
- [01:11:36] <apijason>
The quickest procedure is basically what I described above. You have to have orkut open and inspect the parameters of the app in the IFrame. Just right-click in the frame in Firefox, select "Open frame in new tab", then look for the st query-string parameter in the URL.
- [01:11:57] <weitzelm>
got it. will give this a try
- [01:12:13] <apijason>
This expires after 60 min. so you'll have to do it again after awhile.
- [01:12:28] <weitzelm>
that should not be a big deal.
- [01:13:39] <weitzelm>
ok... what about the appId? in the spec it says that it stores this on behalf of the app
- [01:14:25] <weitzelm>
so when i run this against shindig, i get a null pointer b/c "test" is not found. but if i change that to count, i get "0". i think i'm missing something here....
- [01:15:28] <apijason>
Sorry, the key "test" contains a custom value. It will return null if you don't have the key. I really need to add some error checking here.
- [01:15:48] <apijason>
To get a full list of keys, call the OpenSocialObject method fieldNames which returns an array of Strings.
- [01:16:01] <weitzelm>
ahhh... ok
- [01:16:09] * gretch_ (n=ggapol@58.71.19.178) has joined #opensocial
- [01:16:33] <weitzelm>
so what exactly is the "291092957065"?
- [01:17:12] <apijason>
That's the app ID of the OpenSocial Developer App which I used in my example.
- [01:17:38] <apijason>
Ideally, the container should provide this to your client so you won't necessarily need it.
- [01:18:15] <weitzelm>
ok. so i am running the shindig container locally, how would i get this id so i can pass in the proper value?
- [01:20:16] <apijason>
Hmm, I'm not sure about this. If you run a gadget rendered in Shindig, does it not have an ID associated with it?
- [01:22:18] <weitzelm>
hmmm.... not sure either. let me see if i can try it real quick. i can debug both the java script and the container code. can you think of a quick place/breakpoitn to look at?
- [01:25:26] <apijason>
Not off the top of my head. I'm used to the appId being available in the URL and in signed requests to a third-party resource.
- [01:26:05] <weitzelm>
hmmm... ok. let me pipe this through tcp mon
- [01:29:59] <weitzelm>
ok.... nothing is jumping out at me. let me troll around here a bit and see if i can dig it out
- [01:31:05] <weitzelm>
so, when we have questions about this, i'm assuming that you will start a forum topic on the client page, or will you use the shindig mailing list?
- [01:31:16] <weitzelm>
(which is where i saw the post for the client)
- [01:32:34] <apijason>
The group is at http://groups.google.com/group/opensocial-client-libraries. This will likely be where all client library discussion will occur.
- [01:32:56] <weitzelm>
ok.. that's what i thought, but wanted to be sure
- [01:33:53] <weitzelm>
ok... this make any sense?
- [01:33:53] <weitzelm>
"iframeUrl":"/gadgets/ifr
- [01:33:53] <weitzelm>
?container=default&mid=1&v=d54b10334b70cf42c6b941ee271fc6e3&lang=default&country=DEFAULT&view=default
- [01:33:54] <weitzelm>
&url=http%3A%2F%2Flocalhost%3A8079%2Fgadgets%2Ffiles%2Fsamplecontainer%2Fexamples%2FSocialHelloWorld
- [01:33:54] <weitzelm>
.xml","userPrefs":{}}]}
- [01:35:32] * juice_ (n=juice@S0106001db5011205.gv.shawcable.net) Quit ("Juice has been juiced!")
- [01:36:28] <apijason>
It makes sense but I still don't see the app ID. I'll work this out a bit later. In the meantime, you can't use the client library to update app data so this function isn't really very useful just yet. :) By the time it is, this will hopefully be a non-issue.
- [01:37:00] <weitzelm>
ok... i inspected the dom of the page with the widget loaded
- [01:37:26] <weitzelm>
it looks like i get an id for the gadget, e.g.
- [01:38:04] <weitzelm>
gadgets-->gadgets_-->gadget_0 has a property id with a value of 0
- [01:38:51] <apijason>
I'm not sure how Shindig treats IDs but this seems reasonable.
- [01:39:55] <weitzelm>
yeah... i'll play around with this a bit more to make sure this fits
- [01:40:19] <weitzelm>
but one question though.... in your example, you have the code:
- [01:40:21] <weitzelm>
OpenSocialObject o = c.fetchPersonAppData(friendId, personAppDataId);
- [01:40:46] <weitzelm>
(i changed the args so i could sub them in easily as vars)
- [01:41:06] <apijason>
OK
- [01:41:07] <weitzelm>
if i'm just executing this from a client, then i may not have any gadgets
- [01:41:09] <weitzelm>
right?
- [01:41:26] <weitzelm>
so do i have an id in that case?
- [01:41:45] <weitzelm>
(again, i'm probably just missing something here....)
- [01:42:37] <apijason>
Right now, all app data is stored under an application's ID instead of a person's ID. So you'll need an appID either way.
- [01:42:43] <apijason>
I believe this is changing in 0.9.
- [01:43:24] <weitzelm>
aahhhhh.... ok
- [01:43:45] <weitzelm>
so i need to find an easy way to get this in the "getting started" code that you posted
- [01:43:52] <weitzelm>
then i could just pass it in
- [01:44:06] <weitzelm>
ok. some of the lights are starting to go on....
- [01:44:47] <apijason>
Honestly, I'm not sure how useful app data will be in the context of a REST-based app for this and other reasons, but it is part of the spec.
- [01:45:57] <weitzelm>
so let me see if i've got the scenario (based on 0.9) idea of storing this with a user id
- [01:47:46] <weitzelm>
so i'm some application that would like to persist a piece of data that is custom to my app. this is what the concept of appData is... it's a way for me to extend the information that is stored with the user
- [01:48:00] * tmoore (n=tmoore@216-75-224-206.static.wiline.com) Quit ()
- [01:48:18] <weitzelm>
so next time the user, or more specifically the owner, hits my application, i can retrieve this based on some key that i provide
- [01:48:21] <weitzelm>
right?
- [01:48:32] * petea (n=pandrews@adsl-76-202-153-62.dsl.pltn13.sbcglobal.net) Quit ()
- [01:49:56] <apijason>
Yes, it's basically a way of storing string-based information without needing a back-end. Right now it's scoped to the app. In the future, it will be scoped to the user, which will make it much easier to use.
- [01:50:04] * ringleader (n=ringlead@nat/slide/x-b1fcfc836e670d8e) Quit ()
- [01:50:24] <weitzelm>
ok.
- [01:51:20] <weitzelm>
in your client, have you thought about adding something for discovery?
- [01:52:24] * charlieville (n=charliev@66.218.169.47) Quit ()
- [01:52:56] <weitzelm>
the reason i was asking is b/c i was playing around with this but could not get it to work. wasn't sure if it was a shindig thing that wans't implemented or (more likely) that i just had my hacked together client wrong
- [01:53:34] <apijason>
Yes, I'd like to add XRDS support soon. I just learned that hi5 has an XRDS file, so this may be what I end up using.
- [01:53:42] <apijason>
For testing that is.
- [01:54:00] <weitzelm>
shindig does not support this yet?
- [01:55:52] <apijason>
It does, I've just been testing on orkut mostly since that's where the majority of my social information is.
- [01:56:45] <weitzelm>
argh... ok. that means that i've hacked together something in the wrong way
- [01:59:21] <apijason>
How so?
- [02:01:32] <weitzelm>
hmmm... maybe i'm just not sure i'm looking at the right response
- [02:02:08] <weitzelm>
here's the url: "http://localhost:8079/" with the header set to Accept "application/xrds+xml"
- [02:02:16] <weitzelm>
the response is this:
- [02:02:17] * ringleader (n=ringlead@nat/slide/x-8feac0ee7305c34d) has joined #opensocial
- [02:02:29] <weitzelm>
<HTML><HEAD><TITLE>Directory: /</TITLE></HEAD><BODY>
- [02:02:29] <weitzelm>
<H1>Directory: /</H1><TABLE BORDER=0><TR><TD><A HREF="/META-INF/">META-INF/ </TD><TD ALIGN=right>102 bytes </TD><TD>Nov 7, 2008 4:04:56 PM</TD></TR>
- [02:02:29] <weitzelm>
<TR><TD><A HREF="/WEB-INF/">WEB-INF/ </TD><TD ALIGN=right>272 bytes </TD><TD>Nov 7, 2008 4:04:56 PM</TD></TR>
- [02:02:29] <weitzelm>
<TR><TD><A HREF="/gadgets/">gadgets/ </TD><TD ALIGN=right>102 bytes </TD><TD>Nov 7, 2008 4:04:55 PM</TD></TR>
- [02:02:30] <weitzelm>
</TABLE>
- [02:02:32] <weitzelm>
</BODY></HTML>
- [02:02:58] <weitzelm>
and the http header is 200 OK, so maybe this is the legit response
- [02:03:47] <weitzelm>
but i was expecting something a bit more.... interesting, e.g. something that looked a bit like what's in the section 5 of the 0.8.1 spec
- [02:05:12] <weitzelm>
yeah.. this looks like jetty just spewing out the directory
- [02:05:42] <weitzelm>
b/c the container didn't respond with "X-XRDS"
- [02:10:26] <weitzelm>
if i change the url to "http://localhost:8079/social/rest/" and add the accept of "application/xrds+xml" then here's the response i get
- [02:11:04] <weitzelm>
<body><h2>HTTP ERROR: 501</h2><pre>The service is not implemented</pre>
- [02:11:04] <weitzelm>
<p>RequestURI=/social/rest/
- [02:15:30] <apijason>
Yeah, that doesn't look like the XRDS file.
- [02:19:02] <weitzelm>
yeah. it does not
- [02:20:14] <weitzelm>
ok... so is my url wrong, or maybe my header, or does shindig really not support this....???
- [02:21:42] <apijason>
I know Partuza does. Partuza is a sample SNS built on top of Shindig. http://code.google.com/p/partuza/
- [02:23:08] <weitzelm>
yeah... i saw shindig, but didn't quite know what to do with it yeat
- [02:23:27] <apijason>
http://www.chabotc.com/xrds-test.php?url=http://www.partuza.nl
- [02:26:06] * campbell (n=campbell@S0106001db5011205.gv.shawcable.net) Quit ("Leaving...")
- [02:26:20] <weitzelm>
yeah... that looks better
- [02:30:32] <apijason>
Great talking with you mark. I have to head out now, but I'll be back here on Thursday.
- [02:31:14] * apijason (n=jasonaco@nat/google/x-feb643a0c7a734a1) has left #opensocial
- [02:31:17] <weitzelm>
sounds good. thanks for all your help. if you open up a topic or two on the client code site, i'll try to post some thoughts there... take care & thanks
- [02:33:54] * Suhail (n=suhaildo@ip70-171-197-151.tc.ph.cox.net) Quit ()
- [02:35:06] * Suhail (n=suhaildo@ip70-171-197-151.tc.ph.cox.net) has joined #opensocial
- [02:43:47] * chirag (n=chirags@nat/yahoo/x-9d6838e42b8a0f21) Quit ()
- [02:49:32] * Vamsi (i=3df7f2c5@gateway/web/ajax/mibbit.com/x-e13e84f27969836e) Quit ("http://www.mibbit.com ajax IRC Client")
- [02:52:31] * wensheng (n=chatzill@59.56.84.106) has joined #opensocial
- [03:24:10] * petea (n=pandrews@76.14.61.99) has joined #opensocial
- [03:25:29] * petea (n=pandrews@76.14.61.99) Quit (Client Quit)
- [03:26:51] * petea (n=pandrews@76.14.61.99) has joined #opensocial
- [04:16:09] * MacTed (n=Thud@twentyfourmullen.hsd1.ma.comcast.net) has joined #OpenSocial
- [04:53:39] * dfort (n=dfort@208.82.18.93) Quit (Read error: 110 (Connection timed out))
- [04:58:07] * dfort (n=dfort@c-24-23-194-232.hsd1.ca.comcast.net) has joined #opensocial
- [05:05:56] * weitzelm (n=weitzelm@cpe-066-057-251-208.nc.res.rr.com) has left #openSocial
- [05:08:26] * charlieville (n=charliev@75.18.225.56) has joined #opensocial
- [05:11:30] * charlieville (n=charliev@75.18.225.56) Quit (Client Quit)
- [05:11:39] * charlieville (n=charliev@adsl-75-18-225-56.dsl.pltn13.sbcglobal.net) has joined #opensocial
- [05:42:40] * wensheng (n=chatzill@59.56.84.106) Quit (Read error: 110 (Connection timed out))
- [06:01:52] * wensheng (n=chatzill@59.56.84.106) has joined #opensocial
- [06:16:15] * epeus (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net) has joined #opensocial
- [06:26:17] * charlieville (n=charliev@adsl-75-18-225-56.dsl.pltn13.sbcglobal.net) Quit ()
- [07:03:27] * petea (n=pandrews@76.14.61.99) Quit ()
- [07:42:00] * wensheng (n=chatzill@59.56.84.106) has left #opensocial
- [07:49:08] * steven___ (n=steven@c-69-181-34-215.hsd1.ca.comcast.net) Quit ("Trillian (http://www.ceruleanstudios.com")
- [07:59:36] * beeew (n=chatzill@c-24-130-223-61.hsd1.ca.comcast.net) has joined #opensocial
- [08:07:41] * jochen (n=jochen@router.begen1.office.netnoc.eu) has joined #opensocial
- [08:07:49] * jochen (n=jochen@router.begen1.office.netnoc.eu) Quit (Remote closed the connection)
- [08:08:11] * jochen (n=jochen@router.begen1.office.netnoc.eu) has joined #opensocial
- [09:52:26] * jerobi (n=jerobi@nat/slide/x-d8e5e56f5ce69a7a) Quit (Read error: 110 (Connection timed out))
- [10:01:21] * jerobi (n=jerobi@nat/slide/x-743b3e13285b6730) has joined #opensocial
- [10:01:33] * jerobi (n=jerobi@nat/slide/x-743b3e13285b6730) has left #opensocial
- [10:09:18] * gretch_ is now known as gretch
- [10:50:24] * Wizzard (n=wizzard@159.148.31.137) has joined #opensocial
- [11:17:51] * Vamsi (i=3df7f225@gateway/web/ajax/mibbit.com/x-c7b68100dd8b17a9) has joined #opensocial
- [11:40:11] * Vamsi (i=3df7f225@gateway/web/ajax/mibbit.com/x-c7b68100dd8b17a9) Quit ("http://www.mibbit.com ajax IRC Client")
- [11:44:30] * Determinist (n=lior@unaffiliated/determinist) Quit (Remote closed the connection)
- [11:55:30] * chiranjeevi (n=chatzill@122.162.59.125) has joined #opensocial
- [11:55:51] <chiranjeevi>
hello
- [11:56:15] <chiranjeevi>
how do i test my opencial app in orkut ?
- [12:01:33] * beeew (n=chatzill@c-24-130-223-61.hsd1.ca.comcast.net) Quit ("ChatZilla 0.9.83 [Firefox 3.0.4/2008102920]")
- [12:20:10] * moraes (n=moraes@189.7.158.178) has joined #opensocial
- [12:30:55] * gretch (n=ggapol@58.71.19.178) Quit ("hibernate......")
- [12:38:27] * Determinist (n=lior@unaffiliated/determinist) has joined #opensocial
- [12:39:23] * MacTed (n=Thud@twentyfourmullen.hsd1.ma.comcast.net) Quit ()
- [12:42:55] * Determinist (n=lior@unaffiliated/determinist) Quit (Client Quit)
- [12:48:34] * Determinist (n=lior@unaffiliated/determinist) has joined #opensocial
- [13:04:44] * weitzelm (n=Mark@nat/ibm/x-9bf9998d379fb9b3) has joined #openSocial
- [13:05:17] * weitzelm (n=Mark@nat/ibm/x-9bf9998d379fb9b3) Quit (Client Quit)
- [13:05:35] * weitzelm (n=Mark@nat/ibm/x-75cd0a0be46af658) has joined #openSocial
- [13:29:44] * Determinist (n=lior@unaffiliated/determinist) Quit ("Leaving...")
- [14:04:13] * MrTopf (n=cs@p57A4D8C2.dip.t-dialin.net) has joined #opensocial
- [14:08:24] * chiranjeevi (n=chatzill@122.162.59.125) Quit ("ChatZilla 0.9.84 [Firefox 3.0/2008061015]")
- [14:09:58] * MacTed (n=Thud@63.119.36.36) has joined #OpenSocial
- [14:43:53] * danbri_ (n=danbri@ip565f6edb.direct-adsl.nl) has joined #OpenSocial
- [14:45:59] * danbri__ (n=danbri@ip565f6edb.direct-adsl.nl) has joined #OpenSocial
- [14:52:20] * danbri (n=danbri@unaffiliated/danbri) Quit (Read error: 110 (Connection timed out))
- [14:57:28] * loca|host (n=tux@196.203.53.221) has joined #opensocial
- [15:01:59] * danbri_ (n=danbri@unaffiliated/danbri) Quit (Connection timed out)
- [15:03:26] * weitzelm (n=Mark@nat/ibm/x-75cd0a0be46af658) Quit ()
- [15:33:24] * weitzelm (n=Mark@nat/ibm/x-7c15dd617ecc2954) has joined #openSocial
- [16:19:55] * campbell (n=campbell@S0106001db5011200.gv.shawcable.net) has joined #opensocial
- [16:54:18] * weitzelm (n=Mark@nat/ibm/x-7c15dd617ecc2954) Quit ()
- [16:59:27] * Suhail (n=suhaildo@ip70-171-197-151.tc.ph.cox.net) Quit ()
- [17:00:06] * Suhail (n=suhaildo@ip70-171-197-151.tc.ph.cox.net) has joined #opensocial
- [17:10:32] * danbri__ is now known as danbri
- [17:18:33] * Suhail (n=suhaildo@ip70-171-197-151.tc.ph.cox.net) Quit (Connection timed out)
- [17:24:20] * juice_ (n=juice@66.183.153.231) has joined #opensocial
- [17:27:01] * jochen_ (n=jochen@router.begen1.office.netnoc.eu) has joined #opensocial
- [17:28:28] * jochen_ (n=jochen@router.begen1.office.netnoc.eu) Quit (Remote closed the connection)
- [17:31:15] * jochen (n=jochen@router.begen1.office.netnoc.eu) Quit (Read error: 60 (Operation timed out))
- [17:36:52] * epeus (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net) Quit ("The computer fell asleep")
- [17:44:57] * Suhail (n=suhaildo@149-169-143-124.nat.asu.edu) has joined #opensocial
- [17:46:20] * Suhail (n=suhaildo@149-169-143-124.nat.asu.edu) Quit (Client Quit)
- [17:52:55] * rfriedman1 (n=rfriedma@209.40.244.194) has joined #opensocial
- [17:54:00] * Suhail (n=suhaildo@149-169-143-124.nat.asu.edu) has joined #opensocial
- [18:02:03] * charlieville (n=charliev@66.218.169.47) has joined #opensocial
- [18:02:30] * dfort (n=dfort@c-24-23-194-232.hsd1.ca.comcast.net) Quit ()
- [18:04:36] * tmoore (n=tmoore@216-75-224-206.static.wiline.com) has joined #opensocial
- [18:18:53] * dfort (n=dfort@208.82.18.93) has joined #opensocial
- [18:28:01] * juice_ (n=juice@66.183.153.231) Quit (Read error: 104 (Connection reset by peer))
- [18:30:41] * juice_ (n=juice@S0106001db5011200.gv.shawcable.net) has joined #opensocial
- [18:31:37] * lisbakke (n=lisbakke@72.14.229.81) has joined #opensocial
- [18:31:49] * Xenos (i=Xenos@irc.gd) has joined #opensocial
- [18:32:49] * lisbakke (n=lisbakke@72.14.229.81) has left #opensocial
- [18:33:08] * axod (i=56819db7@gateway/web/ajax/mibbit.com/x-58a4385fac036535) has joined #opensocial
- [18:34:44] * JuanDaugherty (n=juan@cpe-72-228-150-44.buffalo.res.rr.com) has joined #opensocial
- [18:34:58] * rfriedman1 (n=rfriedma@209.40.244.194) has left #opensocial
- [18:57:56] * AirwalkLogik (n=reid@ignitionproject/developer/airwalk) has joined #opensocial
- [18:58:03] * AirwalkLogik (n=reid@ignitionproject/developer/airwalk) Quit (Client Quit)
- [18:59:01] * AirwalkLogik (n=reid@ignitionproject/developer/airwalk) has joined #opensocial
- [19:01:19] * Suhail (n=suhaildo@149-169-143-124.nat.asu.edu) Quit ()
- [19:13:41] * Suhail (n=suhaildo@149.169.102.162) has joined #opensocial
- [19:22:52] * moraes is now known as m0r435
- [19:23:30] * MrTopf (n=cs@p57A4D8C2.dip.t-dialin.net) Quit ("deconstructing...")
- [19:23:58] * weitzelm (n=Mark@cpe-066-057-251-208.nc.res.rr.com) has joined #openSocial
- [19:24:10] * weitzelm (n=Mark@cpe-066-057-251-208.nc.res.rr.com) has left #openSocial
- [19:25:04] * weitzelm (n=Mark@cpe-066-057-251-208.nc.res.rr.com) has joined #openSocial
- [19:25:07] * weitzelm (n=Mark@cpe-066-057-251-208.nc.res.rr.com) has left #openSocial
- [19:26:06] * Mark_____ (n=weitzelm@cpe-066-057-251-208.nc.res.rr.com) has joined #openSocial
- [19:26:43] * Mark_____ (n=weitzelm@cpe-066-057-251-208.nc.res.rr.com) has left #openSocial
- [19:27:30] * MarkW__ (n=weitzelm@cpe-066-057-251-208.nc.res.rr.com) has joined #openSocial
- [19:27:43] * MarkW__ (n=weitzelm@cpe-066-057-251-208.nc.res.rr.com) has left #openSocial
- [19:28:18] * MarkW__ (n=weitzelm@cpe-066-057-251-208.nc.res.rr.com) has joined #openSocial
- [19:31:34] * danbri_ (n=danbri@ip565f6edb.direct-adsl.nl) has joined #OpenSocial
- [19:40:43] * zachallia (n=zachalli@c-71-204-144-224.hsd1.ca.comcast.net) has joined #opensocial
- [19:47:56] * danbri (n=danbri@unaffiliated/danbri) Quit (Read error: 110 (Connection timed out))
- [20:01:26] * zachallia (n=zachalli@c-71-204-144-224.hsd1.ca.comcast.net) Quit ()
- [20:10:51] * axod (i=56819db7@gateway/web/ajax/mibbit.com/x-58a4385fac036535) Quit ("http://www.mibbit.com ajax IRC Client")
- [20:22:54] * petea (n=pandrews@adsl-76-202-153-62.dsl.pltn13.sbcglobal.net) has joined #opensocial
- [20:43:05] * Suhail (n=suhaildo@149.169.102.162) Quit ()
- [20:56:54] * Suhail (n=suhaildo@149.169.245.24) has joined #opensocial
- [21:00:59] * zachallia (n=zachalli@c-71-204-144-224.hsd1.ca.comcast.net) has joined #opensocial
- [21:01:01] * dfort_ (n=dfort@208.82.18.93) has joined #opensocial
- [21:13:14] * charlieville (n=charliev@66.218.169.47) Quit ()
- [21:18:29] * dfort (n=dfort@208.82.18.93) Quit (Read error: 110 (Connection timed out))
- [21:19:14] * Suhail (n=suhaildo@149.169.245.24) Quit ()
- [21:25:15] * Suhail (n=suhaildo@149.169.245.24) has joined #opensocial
- [21:25:22] * Suhail (n=suhaildo@149.169.245.24) Quit (Read error: 104 (Connection reset by peer))
- [21:25:51] * Suhail (n=suhaildo@149.169.245.24) has joined #opensocial
- [21:28:42] * epeus (n=KevinMar@207.47.11.2.static.nextweb.net) has joined #opensocial
- [21:50:39] * jerobi (n=jerobi@nat/slide/x-f17c27b2c334b4da) has joined #opensocial
- [21:58:35] * MacTed (n=Thud@63.119.36.36) Quit ()
- [22:19:38] * epeus (n=KevinMar@207.47.11.2.static.nextweb.net) Quit ("The computer fell asleep")
- [22:52:22] * charlieville (n=charliev@66.218.169.47) has joined #opensocial
- [22:57:13] * MacTed (n=Thud@twentyfourmullen.hsd1.ma.comcast.net) has joined #OpenSocial
- [23:15:51] * juice_ (n=juice@S0106001db5011200.gv.shawcable.net) Quit ("Juice has been juiced!")
- [23:24:50] * meximex_ (n=meximex_@pc4.meixner.at) has joined #opensocial
- [23:24:56] <meximex_>
hey guys...
- [23:25:49] * tmoore (n=tmoore@216-75-224-206.static.wiline.com) has left #opensocial
- [23:25:49] <meximex_>
i would like to enable opensocial for my system. how can i do that?
- [23:26:37] <meximex_>
i only find information about how to create applications but i want to enable using and building applications for my system/website/community.
- [23:32:00] * charlieville_ (n=charliev@66.218.169.55) has joined #opensocial
- [23:33:50] <meximex_>
i only find information about how to create applications but i want to enable using and building applications for my system/website/community.
- [23:34:31] * charlieville_ (n=charliev@66.218.169.55) Quit (Client Quit)
- [23:35:37] * Suhail (n=suhaildo@149.169.245.24) Quit ()
- [23:36:22] * Suhail (n=suhaildo@149.169.245.24) has joined #opensocial
- [23:42:19] * Suhail (n=suhaildo@149.169.245.24) Quit (Read error: 60 (Operation timed out))
- [23:45:41] * Suhail (n=suhaildo@149-169-143-124.nat.asu.edu) has joined #opensocial
- [23:45:48] * Suhail (n=suhaildo@149-169-143-124.nat.asu.edu) Quit (Client Quit)
- [23:46:16] * Suhail (n=suhaildo@149-169-143-124.nat.asu.edu) has joined #opensocial
- [23:47:15] * charlieville (n=charliev@66.218.169.47) Quit (Read error: 110 (Connection timed out))
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.