[orkut-developer] Re: Unable to post an Activity in Sandbox

2009-04-02 Thread antcj...@gmail.com

Hi Apurv,

Now it is working fine in Google Chrome.. No issues :) thanks...

Again I'm in trouble... :( It fails with Internet Explorer Version
6.0 )

-Antony

On Apr 3, 7:09 am, Apurv Gupta  wrote:
> I just posted a poke [and hence an update, visible in MyUpdates] using
> buddypoke. I am using chrome.Check your application?
>
> On Fri, Apr 3, 2009 at 2:26 AM, johnson.psgtech
> wrote:
>
>
>
> > Hi Apurv,
>
> > It is working fine with Mozilla but not Google Chrome browser.
>
> > Can you please look into this?
>
> > Thanks,
> > Antony Johnson
>
> > On Apr 3, 1:39 am, "antcj...@gmail.com"  wrote:
> > > Hi Apurv,
>
> > > Now it seems it is fixed.
>
> > > My app works fine ..
>
> > > Thanks,
> > > Antony Johnson
>
> > > On Apr 3, 12:44 am, "antcj...@gmail.com"  wrote:
>
> > > > Hi Apurv,
>
> > > > I am still facing this problem.
>
> > > > Previously I was atleast getting the Popup by Orkut whether to post or
> > > > not when
> > > > the activity get generated but now that too stopped coming :(
> > > > and also the activities are not posted either.
>
> > > > Thanks,
> > > > Antony Johnson
>
> > > > On Apr 2, 9:23 pm, Apurv Gupta  wrote:
>
> > > > > This has been fixed. If you still see it, please report.
>
> > > > > On Thu, Apr 2, 2009 at 9:50 PM, alex xander 
> > wrote:
> > > > > > Good that we now know for sure that its a problem at Orkut's end.
>
> > > > > > On Wed, Apr 1, 2009 at 3:23 PM, Vijaya 
> > wrote:
>
> > > > > >> Thanks for reporting this. We're currently looking into the issue
> > and
> > > > > >> we will let you know once it's fixed.
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Authentication Issue

2009-04-02 Thread Known Market Application
Hi,
I am signing my requests from my orkut application. Same request from
production(www.orkut.com) is working fine however authentication fails for
the same request made from sandbox. Any idea what could be the potential
reason for this problem?

Thanks,
-Akash

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: 502 error

2009-04-02 Thread Known Market Application
Found the problem. I was running into this problem due to authentication
issue.

Thanks,
-Akash



On Fri, Apr 3, 2009 at 12:12 AM, Known Market Application <
knownmar...@gmail.com> wrote:

> Hi,
>This problem is driving me nuts:-(. I reinstalled my web services in
> separate directory on my server and things started working for me. But today
> again I started getting 502 error. Interesting when I access my web services
> from my application on www.orkut.com it is working fine however when I try
> to access same web services through sandbox I  get 502 error.
>
> Any help in the regard will be appreciated.
>
> Thanks,
> -Akash
>
>
>
>
> On Tue, Mar 24, 2009 at 11:35 AM, Akash  wrote:
>
>>
>> Resending as I have not heard from anybody. Is there any way to debug
>> the communication between orkut server and my web server.
>>
>> Thanks,
>> -Akash
>>
>>
>> On Mar 23, 2:48 pm, Akash  wrote:
>> > Hi,
>> >I want to setup a parallel development environment on the server
>> > where I hosted the production version of my application. For some
>> > reason my web service call to the application installed in the
>> > development directory fails with error code as 502 where as to the
>> > application installed in the production environment is working like
>> > charm.
>> >
>> > I verified that the code base of the application installed in both
>> > directories is same.
>> >
>> > Environment : Sandbox
>> > Sample Code of Web Service call:
>> >
>> > var map = { "Content-Type": "application/soap+xml;
>> > charset=utf-8" };
>> > var params = {};
>> > soapRequest =
>> > "> encoding=\"utf-8\"?>" +
>> > "> > "xmlns:xsi=\"
>> http://www.w3.org/2001/XMLSchema-instance\"; " +
>> > "xmlns:xsd=\"
>> http://www.w3.org/2001/XMLSchema\"; " +
>> > "xmlns:soap12=\"
>> http://www.w3.org/2003/05/soap-envelope\";>" +
>> > "" +
>> > "<" + method + " xmlns=\"" + ns + "\">"
>> +
>> > parameters.toXml() +
>> > "> ">";
>> > params[gadgets.io.RequestParameters.METHOD] =
>> > gadgets.io.MethodType.POST;
>> > params[gadgets.io.RequestParameters.CONTENT_TYPE] =
>> > gadgets.io.ContentType.DOM;
>> > params[gadgets.io.RequestParameters.HEADERS] = map;
>> > params[gadgets.io.RequestParameters.AUTHORIZATION] =
>> > gadgets.io.AuthorizationType.SIGNED;
>> > params[gadgets.io.RequestParameters.POST_DATA] = soapRequest;
>> > var req;
>> >
>> > gadgets.io.makeRequest(url, function(req) {
>> > SOAPClient._onSendSoapRequest(method, async, callback,
>> > context, wsmodal, wsdl, req);
>> > }, params);
>> >
>> > Let me know if I am missing anything here.
>> >
>> > Thanks,
>> > -Akash
>> >>
>>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] "Resubmitting an approved App"

2009-04-02 Thread Nagib

Hi,

I developed an application that was approved, but had to resubmit it
because there were changes.

One change was the author_email, which in my case is no longer and
went to another user. Having returned the application, it was a time
online and then disappeared. That was 10 hours.

I wonder what may be happening!

Thank you.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Unable to post an Activity in Sandbox

2009-04-02 Thread Apurv Gupta
I just posted a poke [and hence an update, visible in MyUpdates] using
buddypoke. I am using chrome.Check your application?

On Fri, Apr 3, 2009 at 2:26 AM, johnson.psgtech
wrote:

>
> Hi Apurv,
>
> It is working fine with Mozilla but not Google Chrome browser.
>
> Can you please look into this?
>
> Thanks,
> Antony Johnson
>
> On Apr 3, 1:39 am, "antcj...@gmail.com"  wrote:
> > Hi Apurv,
> >
> > Now it seems it is fixed.
> >
> > My app works fine ..
> >
> > Thanks,
> > Antony Johnson
> >
> > On Apr 3, 12:44 am, "antcj...@gmail.com"  wrote:
> >
> > > Hi Apurv,
> >
> > > I am still facing this problem.
> >
> > > Previously I was atleast getting the Popup by Orkut whether to post or
> > > not when
> > > the activity get generated but now that too stopped coming :(
> > > and also the activities are not posted either.
> >
> > > Thanks,
> > > Antony Johnson
> >
> > > On Apr 2, 9:23 pm, Apurv Gupta  wrote:
> >
> > > > This has been fixed. If you still see it, please report.
> >
> > > > On Thu, Apr 2, 2009 at 9:50 PM, alex xander 
> wrote:
> > > > > Good that we now know for sure that its a problem at Orkut's end.
> >
> > > > > On Wed, Apr 1, 2009 at 3:23 PM, Vijaya 
> wrote:
> >
> > > > >> Thanks for reporting this. We're currently looking into the issue
> and
> > > > >> we will let you know once it's fixed.
> >
> >
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Unable to post an Activity in Sandbox

2009-04-02 Thread johnson.psgtech

Hi Apurv,

It is working fine with Mozilla but not Google Chrome browser.

Can you please look into this?

Thanks,
Antony Johnson

On Apr 3, 1:39 am, "antcj...@gmail.com"  wrote:
> Hi Apurv,
>
> Now it seems it is fixed.
>
> My app works fine ..
>
> Thanks,
> Antony Johnson
>
> On Apr 3, 12:44 am, "antcj...@gmail.com"  wrote:
>
> > Hi Apurv,
>
> > I am still facing this problem.
>
> > Previously I was atleast getting the Popup by Orkut whether to post or
> > not when
> > the activity get generated but now that too stopped coming :(
> > and also the activities are not posted either.
>
> > Thanks,
> > Antony Johnson
>
> > On Apr 2, 9:23 pm, Apurv Gupta  wrote:
>
> > > This has been fixed. If you still see it, please report.
>
> > > On Thu, Apr 2, 2009 at 9:50 PM, alex xander  
> > > wrote:
> > > > Good that we now know for sure that its a problem at Orkut's end.
>
> > > > On Wed, Apr 1, 2009 at 3:23 PM, Vijaya  wrote:
>
> > > >> Thanks for reporting this. We're currently looking into the issue and
> > > >> we will let you know once it's fixed.
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Unable to post an Activity in Sandbox

2009-04-02 Thread antcj...@gmail.com

Hi Apurv,

Now it seems it is fixed.

My app works fine ..

Thanks,
Antony Johnson

On Apr 3, 12:44 am, "antcj...@gmail.com"  wrote:
> Hi Apurv,
>
> I am still facing this problem.
>
> Previously I was atleast getting the Popup by Orkut whether to post or
> not when
> the activity get generated but now that too stopped coming :(
> and also the activities are not posted either.
>
> Thanks,
> Antony Johnson
>
> On Apr 2, 9:23 pm, Apurv Gupta  wrote:
>
> > This has been fixed. If you still see it, please report.
>
> > On Thu, Apr 2, 2009 at 9:50 PM, alex xander  wrote:
> > > Good that we now know for sure that its a problem at Orkut's end.
>
> > > On Wed, Apr 1, 2009 at 3:23 PM, Vijaya  wrote:
>
> > >> Thanks for reporting this. We're currently looking into the issue and
> > >> we will let you know once it's fixed.
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Unable to post an Activity in Sandbox

2009-04-02 Thread antcj...@gmail.com

Hi Apurv,

I am still facing this problem.

Previously I was atleast getting the Popup by Orkut whether to post or
not when
the activity get generated but now that too stopped coming :(
and also the activities are not posted either.

Thanks,
Antony Johnson

On Apr 2, 9:23 pm, Apurv Gupta  wrote:
> This has been fixed. If you still see it, please report.
>
> On Thu, Apr 2, 2009 at 9:50 PM, alex xander  wrote:
> > Good that we now know for sure that its a problem at Orkut's end.
>
> > On Wed, Apr 1, 2009 at 3:23 PM, Vijaya  wrote:
>
> >> Thanks for reporting this. We're currently looking into the issue and
> >> we will let you know once it's fixed.
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: 502 error

2009-04-02 Thread Known Market Application
Hi,
   This problem is driving me nuts:-(. I reinstalled my web services in
separate directory on my server and things started working for me. But today
again I started getting 502 error. Interesting when I access my web services
from my application on www.orkut.com it is working fine however when I try
to access same web services through sandbox I  get 502 error.

Any help in the regard will be appreciated.

Thanks,
-Akash



On Tue, Mar 24, 2009 at 11:35 AM, Akash  wrote:

>
> Resending as I have not heard from anybody. Is there any way to debug
> the communication between orkut server and my web server.
>
> Thanks,
> -Akash
>
>
> On Mar 23, 2:48 pm, Akash  wrote:
> > Hi,
> >I want to setup a parallel development environment on the server
> > where I hosted the production version of my application. For some
> > reason my web service call to the application installed in the
> > development directory fails with error code as 502 where as to the
> > application installed in the production environment is working like
> > charm.
> >
> > I verified that the code base of the application installed in both
> > directories is same.
> >
> > Environment : Sandbox
> > Sample Code of Web Service call:
> >
> > var map = { "Content-Type": "application/soap+xml;
> > charset=utf-8" };
> > var params = {};
> > soapRequest =
> > " encoding=\"utf-8\"?>" +
> > " > "xmlns:xsi=\"
> http://www.w3.org/2001/XMLSchema-instance\"; " +
> > "xmlns:xsd=\"
> http://www.w3.org/2001/XMLSchema\"; " +
> > "xmlns:soap12=\"
> http://www.w3.org/2003/05/soap-envelope\";>" +
> > "" +
> > "<" + method + " xmlns=\"" + ns + "\">" +
> > parameters.toXml() +
> > " ">";
> > params[gadgets.io.RequestParameters.METHOD] =
> > gadgets.io.MethodType.POST;
> > params[gadgets.io.RequestParameters.CONTENT_TYPE] =
> > gadgets.io.ContentType.DOM;
> > params[gadgets.io.RequestParameters.HEADERS] = map;
> > params[gadgets.io.RequestParameters.AUTHORIZATION] =
> > gadgets.io.AuthorizationType.SIGNED;
> > params[gadgets.io.RequestParameters.POST_DATA] = soapRequest;
> > var req;
> >
> > gadgets.io.makeRequest(url, function(req) {
> > SOAPClient._onSendSoapRequest(method, async, callback,
> > context, wsmodal, wsdl, req);
> > }, params);
> >
> > Let me know if I am missing anything here.
> >
> > Thanks,
> > -Akash
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Unable to post an Activity in Sandbox

2009-04-02 Thread Apurv Gupta
This has been fixed. If you still see it, please report.

On Thu, Apr 2, 2009 at 9:50 PM, alex xander  wrote:

> Good that we now know for sure that its a problem at Orkut's end.
>
>
> On Wed, Apr 1, 2009 at 3:23 PM, Vijaya  wrote:
>
>>
>> Thanks for reporting this. We're currently looking into the issue and
>> we will let you know once it's fixed.
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Unable to post an Activity in Sandbox

2009-04-02 Thread alex xander
Good that we now know for sure that its a problem at Orkut's end.

On Wed, Apr 1, 2009 at 3:23 PM, Vijaya  wrote:

>
> Thanks for reporting this. We're currently looking into the issue and
> we will let you know once it's fixed.
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Browser detect

2009-04-02 Thread DarkCoiote

Hey... i'm trying to detect the browser version within an app but
there is strange bug:

when my app is inside the app iframe of orkut the IE8 is detected as
IE7
however, if I get the iframe source (weird long link) and put on its
own page, IE8 is correctly detected
anyone has any idea what may be happening?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Showing AdSense ads in the wrong language

2009-04-02 Thread Thiago® Tremonti
 I need you to remove other apps that were added with the wrong address.

There are three apps that are actually the same.

1- http://www.orkut.com.br/Main#AppInfo.aspx?appId=719319489577

2- http://www.orkut.com.br/Main#AppInfo.aspx?appId=406192579562

... and the third that is the correct. This two apps must be removed, can
you help me?

OBS: DON'T REMOVE THE CORRECT APP PLEASE!!! (
http://www.orkut.com.br/Main#AppInfo.aspx?appId=642636551416)


2009/4/1 Thiago Barcala 

>
> Hi!
>
> I'm trying to use adSense in my app but it shows lots of ads in
> English.
> This is my app:
> http://www.orkut.com.br/Main#AppInfo.aspx?appId=642636551416
> And the correct language should be brazilian portuguese.
>
> Another question: my app is appearing in profile view, why?
>
> Thank You!
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: JSON.Parse on Profile os/template

2009-04-02 Thread Apurv Gupta
You can use os:xParseJson which takes a string and returns a json object.

On Thu, Apr 2, 2009 at 8:21 PM, Jota  wrote:

> Does we have any command like:
>
> gadgets.json.parse
> or
> gadgets.json.stringify
>
> to use with profile os/template?
>
> tks,
> Jota
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] JSON.Parse on Profile os/template

2009-04-02 Thread Jota
Does we have any command like:

gadgets.json.parse
or
gadgets.json.stringify

to use with profile os/template?

tks,
Jota

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Shifting API's from one server to another

2009-04-02 Thread Javediq143

Hello,

No reply

Ok, let me make the problem more clear.

Old domain: http://xyz.com/orkut/api_name
New domain: http://orkut.abc.com/api_name

In above situation, do I need to close my API and then re-submit it
with the New Domain URL else what to do? I think the above two lines
will make my problem much more clear to you guys.

Please help me orkut team. Please help me soon.

NOTE: I've verified my ownership for all the API under Old Domain.

Thanks a lot.
Javed

On Mar 31, 7:37 pm, Javediq143  wrote:
> Hi All,
>
> I got a query and I'm sure I'll get a solution from you guys.
>
> I've made 4 APIs which are running on Orkut successfully. These APIs
> are running on suppose server A under domain www.xyz.com. Now our
> company has taken a new server B and we will be hosting these APIs
> from that server. I'm not sure whether the domain remains or my
> company will go for a new one. Actually, the old domain is for back-
> end support only and no website is hosted on it publicly. If they do
> change it, then no loss.
>
> My query is:
> If the domain gets changed then I have to change the path for all the
> images in each API to the new server path. But since the url of the
> gadget file which I had used at the time of submitting my APIs is of
> the old server and many user's have added my API on their profile.
>
> Can anyone suggest me what to do if the domain gets changed. Do I need
> to resubmit the APIs with new Gadget URL? I dont think so coz this
> will make two API's running simultaneously. Does my APIs will lose all
> those users if the gadget url gets changed due to new domain? I'm sure
> you guys must have got what I want to say.
>
> But if the domain remains the same, then I think there wont be any
> such issue!! I think...
>
> Please help me soon because I'm having very 4-5 days and I need to
> shift all the APIs from old server to our new server.
>
> Please help me soon.
>
> Thanks in advance.
> Javed
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: App not searchable

2009-04-02 Thread vivpuri

The app should have been approved in the last week of November 2008.
Dont have the exact date with me yet.


Thanks

On Apr 2, 8:47 am, vivpuri  wrote:
> Vijaya,
>
> Yes, that is the correct url. I will have to dig for the approval
> date. Will let you know soon.
>
> Thanks
>
> On Apr 2, 1:25 am, Vijaya  wrote:
>
>
>
> > Could you please confirm that the app spec url is :http://
> > orkut.sunoh.fm/xmls/sunohfm.xml
> > and also indicate when your app was approved so I can look into it?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: App not searchable

2009-04-02 Thread vivpuri

Vijaya,

Yes, that is the correct url. I will have to dig for the approval
date. Will let you know soon.


Thanks

On Apr 2, 1:25 am, Vijaya  wrote:
> Could you please confirm that the app spec url is :http://
> orkut.sunoh.fm/xmls/sunohfm.xml
> and also indicate when your app was approved so I can look into it?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Youtube in profile view?

2009-04-02 Thread naum sie maus

Has some way to add the youtube player, in profile page?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] profile view using templates

2009-04-02 Thread sajin

Hi
 Now i am using templates in the profile view.Later version i am using
gadgets.io.makeRequest(url,myresponsefn,params); function,In templates
method  which function is used instead of gadgets.io.makeRequest . Pls
give
sample code for new method.

sajin

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: App removal

2009-04-02 Thread Vijaya

We're sorry for the delay.
Please verify the ownership of your app using the following URL:

https://www.google.com/gadgets/directory/verify

and then send an email requesting the removal of your app, to
api.vij...@google.com from the same email address that's specified as
the 'author_email' in the ModulePrefs of your app xml.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---