Apparently you can't use a UserPref for that purpose. You could try
using the
newFetchPersonAppDataRequest API and use "OWNER" as the person
reference, like this (this is something that I modified from one of
the examples)
function loadData() {
var fields = [ "SessionKey" ];
var req = openso
try manually changing the url to sandbox.orkut.com after signing in
On Nov 4, 12:55 pm, oscarpica <[EMAIL PROTECTED]> wrote:
> I had the same problem.
>
> So I applied again about 16 hours ago but I still get redirected
> towww.orkut.com.
>
> On Nov 4, 1:26 pm, Warren Brian Noronha <[EMAIL PROTE
It's working for me and I don't get a 404 from
http://www.google.com/ig/f/c/opensocial-0.5/orkut
On Nov 4, 8:25 pm, Amit Upadhyay <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to get my gadget with URL contenttype working with
> opensocial. The request comes in for:
>
> [05/Nov/2007 00:39:19]
thanks all of you :-) i am enjoying learning this .
On 11/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> A great piece of functional code I just took a look at was for the
> Emote plugin.
>
> http://dev2.rockyou.com/google_apps/emote/emote_xml.php
>
> Unfortunately it's not working at the
Try encoding the ampersand with & (html entity) or some other
urlencode scheme. I think I read somewhere that you need to use
entities.
On Nov 4, 8:50 pm, Marco Mugnatto <[EMAIL PROTECTED]> wrote:
> The URL to my gadget does have GET parameters, like "url/gadget.xml?
> id=1&x=3" (in reality it's
Also seeing the first call fail on Safari every time.
On Nov 4, 9:10 pm, Adam Loving <[EMAIL PROTECTED]> wrote:
> You can see that the first call returns "globalError_":false, but the
> second identical call returns "globalError_":true
--~--~-~--~~~---~--~~
You r
Hi Tim,
I imagine it's going to be up to the individual containers to a larger
degree than OpenSocial as a whole. There's really no defined rules on
this, but it's all extremely bleeding edge and many parts of the API
(and presumably the TOS) haven't been released yet.
That said, it's certainly
Well,
What I have seen in the Campfire video, there is a diabetis community site
and there are apps on the site which pull data from user's profile to
display their favorite movies. that's why I asked, whether it's a limitation
of the sandbox or we need to do something else to get this going.
Anot
Social networking sites such as myspace have have done everything
possible to stop the development of "Trackers." Tracker is a little
widget that shows who has viewed your profile. Showing this usually
goes against terms of social networking as myspace's. Since opensocial
has the viewer object, it
Yes this would be nice to know, I did came across the same question before
regarding YouTube where we wanted to allow users to view the videos in
mobile but YouTube TOS doesn't seems to allow the viewing outside their own
player. The same basic case of Container restriction issue.
On 11/5/07, Tim
The ones i had in mind were more like post/scraps management.
Delete all scraps (your own from your own profile or some friends)
Delete all your posts from a community.
But currently they dont have this support.
I'm looking forward to them.
As of now its just the basic examples that i'm playing w
I'm just curious what kind of apps you guys are creating. Care to
share with us? :-)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
To post to this group, send email to opensocial-api
Hi,
Somebody know some way to search anything about communites gived a
member?
tks.
J. Cunha
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
To post to this group, send email to ope
Given that they are viewing my instance of the app, I expect them to
use my UserPref data.
My app uses an external data source, and one of the UserPrefs is a
session key. When a user views my app, I want them to see data from
the datasource, using my session key.
Is it supposed to work this way?
Hi All,
My membership as a sandbox developer for orkut was approved yesterday.
I've tried since then to access http://sandbox.orkut.com , but to no
avail. I am being redirected to orkut.com homepage. I am actually
trying to access sandbox via proxy sites, is it possible? or do i have
to access sa
Hey folks,
If you'd prefer to build an OpenSocial app using Java, you could take a look
at:
http://www.ongwt.com/post/2007/11/04/gOpenSocial-%3A-GWT-wrapper-for-OpenSocial
It looks like Didier has provided an Java API that can be called from an
application being built with Google Web Toolkit (GWT
You can see that the first call returns "globalError_":false, but the
second identical call returns "globalError_":true
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
To post to this
Questions piling up and no one from google ... bad start.
On Nov 4, 10:25 pm, toxic <[EMAIL PROTECTED]> wrote:
> Ya , what we need is an official conformation ... Anyone ?
>
> On Nov 4, 8:18 am, EGreg <[EMAIL PROTECTED]> wrote:
>
> > Yeah, it seems strange to me, because currently I don't see a w
I can't do more than one update in my app (or a fetch after an
update). I've been fighting this for 2 hours now, here is the simplest
way I've found to reproduce the problem:
function test() {
trace('test');
testUpdate();
};
function testUpdate() {
var stringToSend = "som
Hi guys, I'm preparing an report for the OpenSocial blog on monetizing
OpenSocial applications.
I am looking for details on opportunities and restrictions (if any) on
monetizing OpenSocial apps - can developers do what they like? What
are the rules?
I haven't come across whether there is a stand
Well, I had asked if I could retrieve a person's e-mail address. But
there are security issues, and it's probably same with birthday,
age...
They'll probably support it in the later versions. (OpenSocial is very
new).
- hobnobLover.
http://www.hobnobLover.com/
--~--~-~--~~
Fortunately, unfortunately no. you are expected to code your client in JS
and asynchronous calls to the Google server.
If you are talking about asp.net controls, that's not provided either. In my
personal opinion I'd say you run away from these. In most cases you will be
worrying about viewstate t
This Sunday I was watching the video about opensocial and I was
wondering if we can expect APIS developed in C# and JAva?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
To post to thi
is it the limitation of the sandbox? or the API don't support it at all?
-Prasad
On 11/4/07, vs <[EMAIL PROTECTED]> wrote:
>
>
> I agree. I'm unable to retrieve friends data in Person object
> either... let me know if anybody is luck... The example is not
> working for friends...
>
> On Nov 4,
Ya , what we need is an official conformation ... Anyone ?
On Nov 4, 8:18 am, EGreg <[EMAIL PROTECTED]> wrote:
> Yeah, it seems strange to me, because currently I don't see a way to
> differentiate where your app is being hosted (profile or canvas). And
> if you are on the profile, showing ads
Hey everyone,
Does anyone have an example of using MediaItem in an activity entry?
I've been playing around with this API and have not been able to get a
media item to work with Orkut. The document is still a bit sparse in
this area, but perhaps someone out there has figured it out?
Also, does a
I watched the video and understand how developers create widgets to
communicate back and forth to return info. Can a generic platform be
made with templates and then you just plug and play the widgets you
want and where to create your own social network web site?
If there is such a beast, what is
"Unfortunately, the orkut.com server has acted out in an unexpected
way. Hopefully, it will return to its helpful self if you try again in
a few minutes."
This has been the message on every Orkut page since I tried adding a
Google Gadget about 12 hours ago. I can't go home, go to Applicatio
The URL to my gadget does have GET parameters, like "url/gadget.xml?
id=1&x=3" (in reality it's a .asp page with xml mime type). It seens
Orkut OpenSocial can only read the first parameter (in this case, id).
If I change the order, ie put x before id, it only reads the x, not
id.
Is it a bug?
I
Thanks Armin.
I posted this horizontal and vertical scrollbar problem yesterday.
Somehow that thread is gone...
Anyways, thanks again. Hopefully, it'll work.
- hobnobLover.
http://www.hobnobLover.com/
--~--~-~--~~~---~--~~
You received this message because you
Hi,
I am trying to get my gadget with URL contenttype working with
opensocial. The request comes in for:
[05/Nov/2007 00:39:19] "GET /orkut/app/?lang=en-US&country=US&.lang=en-
US&.country=US&synd=orkut&mid=1&parent=http://
sandbox.orkut.com&libs=m3SE662MhAE/lib/libcore.js,DXEULJSfpLM/lib/
libdy
sandbox can i down?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [
I think I already know this, but just to confirm - we have to wait for
the data api to be released to find out second degree friends, right?
I can currently get the owner's friends but cannot get their friends'
friends - is there a way around this?
--~--~-~--~~~---~-
just mention about the sandbox thing in the Friend request to have a
clue...
On Nov 5, 6:58 am, Bijay Rungta <[EMAIL PROTECTED]> wrote:
> Here is mine..http://sandbox.orkut.com/Profile.aspx?uid=12929618914436264110
--~--~-~--~~~---~--~~
You received this message
Here is mine..
http://sandbox.orkut.com/Profile.aspx?uid=12929618914436264110
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
To post to this group, send email to opensocial-api@google
A great piece of functional code I just took a look at was for the
Emote plugin.
http://dev2.rockyou.com/google_apps/emote/emote_xml.php
Unfortunately it's not working at the moment due to the 'undefined
opensocial' error, but looking through the javascript shows some good
handlers/workarounds f
anybooty know?
Greg
On Nov 4, 1:02 am, EGreg <[EMAIL PROTECTED]> wrote:
> As you log in, Orkut now says
> "Add the Add Friends" feature. It looks exactly like an app. Is it an
> app? And if so, did Google develop it or did some developer get on
> Google's good side so they put it up for ALL ORKU
Here you get the code from several apps:
http://code.google.com/apis/gadgets/docs/gs.html#GGE
you can even write your own, save it and add it to your orkut account.
See the hello.xml link on the right? copy it and past it to your
orkut.
--~--~-~--~~~---~--~~
You
For the 6th question, I saw someone mentioned the variable
'container', with values such as 'ning' for ning although I'm not
certain if this is pseudocode or what.
I'm still unable to get an app to work in orkut yet though...
--~--~-~--~~~---~--~~
You received th
A facebook app? Irony much :P
Subversion would be best.
http://code.google.com/hosting/createProject
I'll let the guy who came up with this idea create the project.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
How about something like the 'Grow Together' facebook app?
http://apps.facebook.com/growtogether
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
To post to this group, send email to op
1- For testing, all developers need secondary logins with sandbox
access. ( To check if the updates are showing properly, how does the
app look to the non-owner etc )
2- After specifying FULL in PROFILE_DETAILS for
newFetchPersonRequest,, how do we get the other profile info, like
user's birthday
Hey pals,
We don´t have to take literally the "Open" from OpenSocial. I believe
that is important to respect the privacy concerns and your approach
sounds nice to me and very reasonable.
Also, considering the Social class, I guess the viewer/owner are still
unclear. In the Twitter application
(ht
Same. I'd like to join also. I doubt anyone here is in the same area
as my business, but I should still be using/developing standard social
networking features.
How do you plan to set this up?
--~--~-~--~~~---~--~~
You received this message because you are subscr
why not create a google code project?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group
Sounds good,
Would like to know more about other apps.
Jose
klickSports
On Nov 3, 12:32 pm, Michael D <[EMAIL PROTECTED]> wrote:
> Is any one interested in cross promoting non competative app's?
--~--~-~--~~~---~--~~
You received this message because you are su
Hi Chris,
After some initial success a lot of us are having difficulties using
the orkut sandbox. The server-side code (orkut/google) isn't
responding, and so all of the opensocial. functions are unavailable
for anyone using javascript gadgets.
I haven't tried using curl yet but I would suspect
Just getting starting to dig in on the Open Social possibilities, and
one of the things i want to try out is to integrate some of its
possibilities with a client side app.
The first step was to make a simple script that did a post to the
https ClientLogin url, however all i got back there was a
Theres nothing we can do until this is fixed. The javascript file that
we can't access atm is some key OpenSocial file, without which we
can't use opensocial.newDataRequest(), etc.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the G
going by this im getting the same error message in orkut as well...
how does a gadget include/resolve that reference??
::goes to read more in depth info about developing google gadgets::
On Nov 4, 3:02 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Maybe we need to supply authentication
On 04/11/2007, Suhail Doshi <[EMAIL PROTECTED]> wrote:
>
> Okay, I think the orkut interface for looking at a single application
> should give us infinite room vertically, we get blocked and iframed.
> Scrollbars look really bad.
>
> Is there anyway this can be changed?
Presumably the iframe is a
Hi Suhail,
you actually have "infinite" vertical space by using
_IG_AdjustIFrameHeight(). Make sure your page is fully rendered and that
you define . We are using it in our
application and it works quite well (although there is some "jumping"
visible in the page, but its ok).
Armin
Suhail D
Something is up with Orkut today, I get a lot of server errors, plus I
still can't get around the 'opensocial is not defined' error :/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
T
I haven't got an application to work yet ;)
Are you using OpenSocial API controls, or just specifying a URL?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
To post to this group, sen
Hi,
I Juste created this Web site to follow and share OpenSocial news,
links and applications.
http://www.google-info.net/osocial/
Victor
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group
i agree, i am having the same issue with ugly scroll bar! anyone found
a way around the fixed height?
On Nov 4, 3:08 pm, Suhail Doshi <[EMAIL PROTECTED]> wrote:
> Okay, I think the orkut interface for looking at a single application
> should give us infinite room vertically, we get blocked and if
same here! why is this half baked!!
On Nov 4, 7:08 am, Vikram <[EMAIL PROTECTED]> wrote:
> get() is null or not an object...this error pops up with the 'get'
> method on IE. works fine on firefox. Google...please fix.
>
> Vikram
--~--~-~--~~~---~--~~
You rece
The Orkut sandbox does suck, yes.
You're missing the enclosing the html markup inside
the tag.
e.
emaillenin wrote:
> i copied few codes from
> http://code.google.com/apis/opensocial/docs/javascript/index.html
> and paste into GGE and click preview and this is the error i'm
> getting..
>
> E
Okay, I think the orkut interface for looking at a single application
should give us infinite room vertically, we get blocked and iframed.
Scrollbars look really bad.
Is there anyway this can be changed?
--~--~-~--~~~---~--~~
You received this message because you
Exactly the same results on firefox vs. IE, Would appreciate a
response. BTW, the orkut sameple app finds friends also works on
firefox and not IE for the same reason (problem with the argument to
the get).
On Nov 4, 2:06 pm, Michael Scherotter <[EMAIL PROTECTED]> wrote:
> I am getting that probl
Maybe we need to supply authentication details?
Unfortunately I am also going from the 'hello world' example, and
going by this example will generate the error everyone here is getting.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to
Also getting the error.
Used FireBug to analyse the problems with the test app I made and got:
opensocial is not defined
[Break on this error] var req = opensocial.newDataRequest();
--~--~-~--~~~---~--~~
You received this message because you are subscribed to th
Have now found that my ap works with firefox but not with IE (latest
version, XP pro).
On Nov 4, 4:58 pm, oscarpica <[EMAIL PROTECTED]> wrote:
> I am getting the same error accessing the sandbox from Montreal
> (Canada).
>
>
>
> > Is it possible that something went wrong with the update
> > propa
Hi, I don't think that's necessary. The OpenSocial API will eventually
let you interact with news feeds on individual social networking sites
(I believe), so for example for the 'Countries I've Visited' app it
just supplies an img URL to user who IS signed up the app, and this
appears on their pro
Hello all,
I have a question about something that doesn't seems covered by the
current version of the API (0.5) or at least not part of the online
documentation.
Since this api as far as I understand is a work in progress, and since
this is an *open* api, it is natural to expect that improvement
Using the Facebook example, if I want to see what countries a friend
has visited using the "Countries I've Visited" application, I have to
add that application (and expose my info) just to be able to look at a
map.
Will OpenSocial be similar in this regard? Or will the apps have lower
'barriers t
I am getting the same error accessing the sandbox from Montreal
(Canada).
> Is it possible that something went wrong with the update
> propagation across regions?
>
> I am curretly acessing the sandbox from Israel.
>
--~--~-~--~~~---~--~~
You received this messa
I have the same issue with a module hosted on gmodules.com, here is
the answer from google when trying to get
http://r5oub4bm-a.gmodules.com/46/o/0.5/opensocial.js
from this module http://www.evangineers.com/frienddump.xml (one of the
directory in the sandbox)
HTTP/1.x 502 Bad Gateway
Any idea?
same problem with server:
http://83g7jarn-a.gmodules.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubs
I get the same "opensocial is not defined" in the orkut sandbox.
How do you make work in orkut?
On Nov 2, 7:12 pm, Erik H <[EMAIL PROTECTED]> wrote:
> On Nov 2, 3:11 pm, Ropu <[EMAIL PROTECTED]> wrote:
>
> > as far as im aware iGoogle is not a valid container for Open Social, u
> > should use Or
Hi,
I faced the same problem. My app is working fine in Orkut container
but it has some problem in Ning.
Problem:
---
1) During development, I was using port other than 80 to access server
at my home, which Ning was totally rejecting (My guess). But, same
code, when I installed i
Thanks Fabricio,
The problem is:
Error: opensocial.newStream is not a function
Obviously nobody wants to go down the path of 'if container==ning
then' etc, so I guess we will wait for the whole API to be supported
in ning.
thanks for your reply,
best,
Murat
On Nov 4, 4:22 pm, Fabricio Zuardi <
This is a relatively complicated issue, since:
- User IDs can only be authenticated by the container where they came
from. You would need namespaces for user IDs.
- You would need to either: 1. exchange a secret with each container
that embeds your app or 2. call back to the container for every
Hi Murat
Can you please post the url of your gadget or send the code of what
you are trying, and/or the javascript errors you are getting?
I am testing gadgets in both ning and orkut so far, I don't know of
other containers (I know plaxo pulse is a container, but your app
needs to be whiteliste
hi
i'm studying the first article from opensocial
[http://code.google.com/apis/opensocial/articles/firstgadget.html],
but, using the sample, i don't got my friend lists, only three images
from my profile.
three are also the number of people shows in the friend dump app.
is it a coincidence or the
http://sandbox.orkut.com/Profile.aspx?uid=12707191198764567204
On Nov 4, 6:27 am, victorc <[EMAIL PROTECTED]> wrote:
> Community for this :http://sandbox.orkut.com/Community.aspx?cmm=41271206
>
> On Nov 4, 10:11 am, Brian Rue <[EMAIL PROTECTED]> wrote:
>
> > me:http://sandbox.orkut.com/Profile.as
http://code.google.com/apis/gadgets/docs/remote-content.html - this
link has stuff about getting data from remote server, but is there any
API function to get remote data using POST? (I don't want to do
anything related to proxy unless there is no such API function).
Thanks in advance.
- hobnobL
http://sandbox.orkut.com/Profile.aspx?uid=18044598686063920908
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
To post to this group, send email to opensocial-api@googlegroups.com
To u
You need to append "&bpc=1" to the url in the address bar, and press
enter. It'll force reload, and get a new copy.
- hobnobLover.
http://www.hobnobLover.com/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenS
The issue about concurrency seems pretty big. It would be nice to hear
what sort of guarantees you have when dealing with concurrent writes.
Since you are able to write many properties out in a single request,
it seems like you could design your application around any concurrency
issues as long as
Great, thanks for the pointer Rick.
-jay
On Nov 4, 2007 1:13 AM, RickMeasham <[EMAIL PROTECTED]> wrote:
>
> On Nov 4, 4:39 pm, "Jay Hoover (Snapvine)" <[EMAIL PROTECTED]>
> wrote:
> > This is great, but how do I
> > really know that I'm not being spoofed? Let's assume that this is
> > important
Is there more documentation regarding the specifications of Google
OpenSocial server side components. I would like to understand better
the promise (or lack of it) of OpenSocial in two areas:
1. Authentication/Authorization - The ability to store credentials
across social networks and access acc
As a developer, I find this issue quite frustrating as it is difficult
to debug code when one's not even sure the interpreter is stable. Does
the Google team has any good news for us on this? Thanks,
On Nov 3, 5:14 pm, Mokele <[EMAIL PROTECTED]> wrote:
> Is this a known issue?
>
> var req = opens
Hello Friends,
http://www.orkut.com/Profile.aspx?uid=3571560936204047193
Cheers,
David
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
To post to this group, send email to opensocial
http://sandbox.orkut.com/Profile.aspx?uid=5344790087878113423
Here am I.
Marco
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
To post to this group, send email to opensocial-api@g
Are there any plans to offer an official extension for MediaWiki? Is
anyone going to build one on their own?
I can think of some wikis that could really leverage this API in a
great way.
--~--~-~--~~~---~--~~
You received this message because you are subscribed
count me in
On Nov 3, 11:32 am, Michael D <[EMAIL PROTECTED]> wrote:
> Is any one interested in cross promoting non competative app's?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
Same problem here, in fact same problem with DataRequest, a couple of
api's are still not working or unstable. Pretty normal for this closed
and over-loaded beta.
On Nov 4, 4:59 pm, Mokele <[EMAIL PROTECTED]> wrote:
> Has noone else had this problem? Has anyone else had any problem with
> orkut
I believe the issue is occuring around var req =
opensocial.newDataRequest();
The examples within the API docs aren't working either. For instance,
give the following a try, it doesn't seem to load beyond the
"Requesting Friends..." statement:
http://hosting.gmodules.com/ig/gadgets/file/107872921
I am getting that problem as well. No answer yet.
Michael
On Nov 4, 7:08 am, Vikram <[EMAIL PROTECTED]> wrote:
> get() is null or not an object...this error pops up with the 'get'
> method on IE. works fine on firefox. Google...please fix.
>
> Vikram
--~--~-~--~~~--
Has noone else had this problem? Has anyone else had any problem with
orkut and the code example here?
>
> var req = opensocial.newDataRequest();
> req.add(req.newUpdatePersonAppDataRequest("OWNER", "mykey", myvalue));
> req.send(mycallback);
>
> I can see in the test applications that the persis
I had the same problem.
So I applied again about 16 hours ago but I still get redirected to
www.orkut.com.
On Nov 4, 1:26 pm, Warren Brian Noronha <[EMAIL PROTECTED]>
wrote:
> 24 hours back I managed to login/signup in the sandbox. When I tried
> to access the sandbox today, I get redirected to
Sure, we could just put a small tag in the top of our apps claiming
the opensocial apps alliance :), I can build this easily. Please get
back to my email so I can set this up, we need at least 5 apps to
start.
Best,
On Nov 4, 2:19 pm, EGreg <[EMAIL PROTECTED]> wrote:
> I'm in. How do you guys pr
Well im looking at the sandbox in orkut and I don't see the rss feed
feature that we have right now in regular orkut. The "add stuff"
button is gone and there's where the feed option is. Can anyone
confirm if the feeds will really be gone? I know this question is
asked quite a few times but whats
Id like to participate as well. I could setup a subversion dep.
Dan
On Nov 4, 10:19 am, EGreg <[EMAIL PROTECTED]> wrote:
> I'm in. How do you guys propose to do this?
> We could all email each other (Reply TO All)
>
> Greg
>
> On Nov 4, 5:52 am, Suhail Doshi <[EMAIL PROTECTED]> wrote:
>
> > Sur
24 hours back I managed to login/signup in the sandbox. When I tried
to access the sandbox today, I get redirected to orkut.com. WTF?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" group.
To
http://sandbox.orkut.com/Profile.aspx?uid=16720273393731930739
2007/11/4, Kannappan <[EMAIL PROTECTED]>:
>
> hi this is my profile
> http://sandbox.orkut.com/Profile.aspx?uid=14772073683322954834
>
> On Nov 4, 2007 10:58 PM, falseicon < [EMAIL PROTECTED]> wrote:
>
> >
> >
> > http://www.orkut.com
hi this is my profile
http://sandbox.orkut.com/Profile.aspx?uid=14772073683322954834
On Nov 4, 2007 10:58 PM, falseicon <[EMAIL PROTECTED]> wrote:
>
>
> http://www.orkut.com/Profile.aspx?uid=11157866027385181181
>
>
> >
>
--
"His mind was good, but he only understood one or two things in the w
LOL.. the pleague
On Nov 3, 5:32 pm, "Rodrigo Ranieri" <[EMAIL PROTECTED]>
wrote:
> We have a good number of Brazilian here since we are the "pleague" of the
> orkut :)
>
> On 11/3/07, valeriow <[EMAIL PROTECTED]> wrote:
>
>
>
> > Sorry, sorry.. I just add by url. :D
> > Are you from brasil F
Still, first question is not being answered.
"How to add the app to the Orkut application directory?".
Adding our own app during the development is fine, but how other will
see my app and add it? (for testing or trying out). Liike, Ning has a
process of requesting app to be listed in their app d
1 - 100 of 180 matches
Mail list logo