[orkut-developer] Re: How to promote an app on Orkut

2012-04-12 Thread anatoly
anyone? On Friday, March 16, 2012 2:56:18 AM UTC+2, anatoly wrote: > Hello Orkut team > > > I'd like to promote my app on orkut with ad campaign. > From what I've seen it is possible to run ad campaigns on Orkut via Google > Adwords, but it is only possible to promote external sites this w

[orkut-developer] Re: How to transfer apps from one orkut profile to another

2012-01-02 Thread Bruno Oliveira (Google)
Hello, Unfortunately there is no way to transfer applications between profiles :-( You will have to submit it as a new app. Thanks, Bruno Oliveira (Google) -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group. To view this discussion on th

R: Re: [orkut-developer] Re: How to get replies to a single scrap?

2011-07-06 Thread a.bellav...@opentecheng.com
Hi all, how can ScrapActivity class help me? I In which way can I reply to a scrap or get the replies to a scrap? By using ScrapActivity I can only get body, sender and receiver info. -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group.

[orkut-developer] Re: How to add thumbnail, screenshot and description?

2011-05-17 Thread Bruno Oliveira ("btco")
Hi, I recommend reading this post, as it explains how to make a well formed XML and how to submit your application using the New Developer Page. Thanks! - Bruno Oliveira (Google) -- You

[orkut-developer] Re: how to share flash into orkut?

2011-04-29 Thread larest
yes I tried it. I tried share image: http://roar.com/"/> and flash http://roar.com/"/> it just posted text in orkut. On 23 апр, 10:14, "Bruno Oliveira (\"btco\")" wrote: > Did you try it using the GET API for Orkut Share? It's a bit harder

[orkut-developer] Re: how to share flash into orkut?

2011-04-23 Thread Bruno Oliveira ("btco")
Did you try it using the GET API for Orkut Share? It's a bit harder to use since you have to URL-encode everything, but it might be an alternative. -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group. To post to this group, send email to op

Re: [orkut-developer] Re: How to get replies to a single scrap?

2011-04-23 Thread Bruno Oliveira ("btco")
Hi, Yes, this is all done via requestSendMessage. If you are sending a gift to a friend, it's probably best to store the gift on your own server associated to that friend's OpenSocial ID and then deliver the present when that friend signs up to your application. - Bruno Oliveira (Google) --

Re: [orkut-developer] Re: How to get replies to a single scrap?

2011-04-20 Thread Roberto Scattini
is there an equivalent to notifications (of myspace, for example) in orkut? how do i send a user a link to accept a "gift" or stuff like that? and invitations? all this is done (i mean emulated) with requestsendmessage? thanks!!! 2011/4/19 Robson Dantas > A possible way to do that is using Sc

Re: [orkut-developer] Re: How to get replies to a single scrap?

2011-04-19 Thread Matthew Young
Another question, in orkut client , we can post one activity with title and body, please let me know how we can do this on Orkut directly (including tile and body) -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group. To post to this group,

Re: [orkut-developer] Re: How to get replies to a single scrap?

2011-04-19 Thread Matthew Young
seems ok , but currently still cannot get the Scrap activitie I use GetActivitiesTx to retrieve, why ? show me reason -- 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.c

Re: [orkut-developer] Re: How to get replies to a single scrap?

2011-04-19 Thread Robson Dantas
A possible way to do that is using Scrap activities, see here: http://code.google.com/p/orkut-os-client/source/browse/java/src/com/google/orkut/client/api/ScrapActivity.java Best Robs

[orkut-developer] Re: How to get replies to a single scrap?

2011-04-19 Thread Matthew Young
can you get the scaps which you self sent to specific friend? -- 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 opensoc

[orkut-developer] Re: How to set Height

2011-03-15 Thread Tiago Albineli Motta
You have to put this in your xml: And put something like this _IG_RegisterOnloadHandler(function() { gadgets.window.adjustHeight(); }); On Mar 8, 5:43 pm, SomeGuy wrote: > Hi, > I'm a newbie. > > I want to add an simple application to Orkut. > It´s just a flash game. >

[orkut-developer] Re: How to get an App ID???

2011-02-10 Thread as
I will stick on the thread. So I went to http://sandbox.orkut.com and takes to my profile. I'm using the NEW Orkut and there's nothing on the left. (I'm using NEW Orkut, because you cannot scrow down pages on OLD Orkut anymore. Thanks NEW Orkut). So I did change to OLD Orkut. Them I find everyt

[orkut-developer] Re: How To Modify And Orkut Application ?

2011-02-02 Thread Bruno Oliveira
I think you can just submit the XML as a different application. -- 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 opens

[orkut-developer] Re: how to upload file on google code project hosting

2010-11-29 Thread Prashant Patil
Use Google Gadget Editor for hosting. login to your google account and then navigate to this link. http://www.google.com/ig/ifr?url=gge.xml&nocache=1&synd=open&w=320&h=200&output=html Regards Prashant P Patil. On Nov 29, 7:59 am, Devarshi Kulshreshtha wrote: > Hi all, > > I am new to orkut app

[orkut-developer] Re: How to post Activities using AuthSub?

2010-11-07 Thread Reza
Hi there any updates on this Regards, Reza. On Nov 4, 3:39 pm, Mohammed Reza Bidiwala wrote: > Hi, > > thanks for reply Robson > > any one else to help on this issue? > > Regards, > Reza. > > On Thu, Nov 4, 2010 at 3:37 PM, Robson Dantas wrote: > > Reza, > > > As far

[orkut-developer] Re: How to find user's Orkut community or groups

2010-10-07 Thread Sambe
Thanks for the reply,so i cant go this way...i thought a lot and tried to post activity..reading the reference material i have made the JSon object with the following fields.. string data = "[{\"params\":{\"activity\":{\"title\":\""Test Activity"\"},\"groupId\":\"@self\",\"userId\":\"@me\",\"appId

Re: [orkut-developer] Re: How to find user's Orkut community or groups

2010-10-06 Thread Robson Dantas
Sambe, Api doesn't support comunnities yet. -Robson Dantas 2010/10/6 Ambe International > Hi Vijaya, > > I have an application where i have to post new topics on my > Community,is there any updates or any other option i can do this?is the API > for this is now available, i have su

[orkut-developer] Re: How to find user's Orkut community or groups

2010-10-06 Thread Ambe International
Hi Vijaya, I have an application where i have to post new topics on my Community,is there any updates or any other option i can do this?is the API for this is now available, i have successfully followed the OAuth dance to get the profile information of the user but it's really very urgent to go wi

[orkut-developer] Re: How to implement twitter in orkut.

2010-07-19 Thread Pyrocks
Ok Thank yoy Alex. Let me try. On Jul 19, 3:21 pm, Alex Porto wrote: > The Twitter API provides you the resources to send messages. You don't need > any Orkut functionalities to achieve that. > > Alex > > On Mon, Jul 19, 2010 at 4:55 AM, Pyrocks wrote: > > I did not get clear idea about twitter

Re: [orkut-developer] Re: How to implement twitter in orkut.

2010-07-19 Thread Alex Porto
The Twitter API provides you the resources to send messages. You don't need any Orkut functionalities to achieve that. Alex On Mon, Jul 19, 2010 at 4:55 AM, Pyrocks wrote: > I did not get clear idea about twitter API. My requirement is not like > developing apps in twitter. I just want to twee

[orkut-developer] Re: How to implement twitter in orkut.

2010-07-19 Thread Pyrocks
I did not get clear idea about twitter API. My requirement is not like developing apps in twitter. I just want to tweet a message from my orkut application. I am using JS API of opensocial to develop orkut apps. How can i implement tweet functionality in my orkut app? On Jul 16, 3:55 pm, Alex Por

[orkut-developer] Re: How to implement twitter in orkut.

2010-07-16 Thread Pyrocks
Thank you alex for your immediate reply. On Jul 16, 3:55 pm, Alex Porto wrote: > There's a Google groups for twitter development at > groups.google.com/group/twitter-development-talk. > > But it's not hard to implement: Go tohttp://dev.twitter.com/docto > understand Twitter API and go tohttp://de

[orkut-developer] Re: How to Use Orkut API to Fetch Album of a successfully logged in user via ClientLogin

2010-07-08 Thread Prashant (Google)
Hi, ClientLogin is not available for orkut, but if OAuth works for you, you could take a look at the orkut-os-client – http://code.google.com/p/orkut-os-client/. Prashant On Jul 9, 2:27 am, exclai...@gmail.com wrote: > I am trying to fetch an album of a user who has successfully logged > into t

[orkut-developer] Re: how to get consumer key for android app for Orkut?

2010-06-29 Thread Chris Ma
I dont know what is my url, it is android app, i dont have such a website/domain to verify -- 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-or...@googlegroups.com. To unsubscribe from th

Re: [orkut-developer] Re: how to use jquery in opensocial application.

2010-06-22 Thread André Luís Moura Lima
I wonder if some plugin won't help you...some opensocial-jquery,this kind of thing...it's important that you post your code. 2010/6/22 Prashant Patil > I think using Jquery in xml file is imp for canvas related activities! if > you have added it in iframe it will work only for that iframe. > > >

Re: [orkut-developer] Re: how to use jquery in opensocial application.

2010-06-22 Thread Robson Dantas
Kiran, See an example i wrote. It's really simple: www.opensocial-br.org/exemplo/jquery.xml Regards, Robson Dantas 2010/6/22 Prashant Patil > I think using Jquery in xml file is imp for canvas related activities! if > you have added it in ifra

Re: [orkut-developer] Re: how to use jquery in opensocial application.

2010-06-22 Thread Prashant Patil
I think using Jquery in xml file is imp for canvas related activities! if you have added it in iframe it will work only for that iframe. On Tue, Jun 22, 2010 at 11:29 AM, Pyrocks wrote: > Can any one tell me the guidelines to use jquery in orkut > application? > > My jquery is not effecting in

[orkut-developer] Re: how to use jquery in opensocial application.

2010-06-22 Thread Pyrocks
Can any one tell me the guidelines to use jquery in orkut application? My jquery is not effecting in my app.I have given jquery script in the header of html page . Shall i need to give these paths in xml file. Please help me. Thanks and Regards. Kiran. On Jun 21, 6:46 pm, kiran began wrote: >

[orkut-developer] Re: How to put our app on orkut

2010-06-14 Thread kiddyfurby
你要发布什么?要帮忙吗? On Jun 2, 11:01 am, 互动 千橡 wrote: > We want to put our app on orkut recently > but I don't know how to do > Anyone can give me some ideas and steps? > Thanks -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group. To post to this

[orkut-developer] Re: how to redirect the application to the installation page if the user does not have it installed?

2010-06-07 Thread brandited
orkut already does what you described. Try to uninstall the app and then click the link you posted: orkut redirects you to the install page. On Jun 7, 2:22 pm, Jasiel Junior wrote: > Hi, > I wish somebody would clarify my doubt ... > > My Orkut Application was made for the exclusive use of the u

Re: [orkut-developer] Re: How to Track all HTML Pages in Orkut Application Using Google Analytics Code

2010-05-29 Thread Sachin Shenoy
Have you added necessary hooks in your gadget to track the clicks and other events. I would suggest you use com.google.gadgets.analytics instead. http://code.google.com/apis/analytics/docs/tracking/gadgetTracking.html Thanks, Sachin On Sat, May 29, 2010 at 12:50 PM, rokson wrote: > > you are t

[orkut-developer] Re: How to Track all HTML Pages in Orkut Application Using Google Analytics Code

2010-05-29 Thread rokson
you are telling about profile view.i have not used profile view in my app. i am expecting track records of all html pages which are loaded in canvas view. thanks Prashanth On May 29, 6:10 am, "Prashant (Google)" wrote: > Hi, > > Yes, that should be expected because you can't have JavaScrip

[orkut-developer] Re: How to Track all HTML Pages in Orkut Application Using Google Analytics Code

2010-05-28 Thread Prashant (Google)
Hi, Yes, that should be expected because you can't have JavaScript running in profile view. ~Prashant On May 28, 3:00 am, rokson wrote: > Good Morning friends, > > I have a problem in tracking all  html pages which i used in my orkut > application by using google analytics code. > > I have writ

[orkut-developer] Re: How to solve 502 problem in orkut sandbox

2010-04-17 Thread colordancer
Any body who can help me? That would be so appreciated! On Apr 12, 10:06 pm, colordancer wrote: > Appreciated for you reply. > Yes I used REST calls. Below is some key source code. Please help to > check. > > __init__.php > require_once "osapi/osapi.php"; > > // Enable logger. > osapiLogger::setL

[orkut-developer] Re: How to solve 502 problem in orkut sandbox

2010-04-12 Thread colordancer
Appreciated for you reply. Yes I used REST calls. Below is some key source code. Please help to check. __init__.php require_once "osapi/osapi.php"; // Enable logger. osapiLogger::setLevel(osapiLogger::INFO); osapiLogger::setAppender(new osapiFileAppender("/tmp/logs/ osapi.log")); // Allow users

Re: [orkut-developer] Re: How to install Orkut Application?

2010-02-15 Thread Anupam Verma
You now need to submit this application to orkut...search on google on "how to submit orkut application" ...it will give you enough information On Mon, Feb 15, 2010 at 12:51 PM, Prashant Zombade < prashantzomb...@gmail.com> wrote: > Thank you so much for the reply. > > I am very new to Orkut appl

[orkut-developer] Re: How to install Orkut Application?

2010-02-14 Thread Prashant Zombade
Thank you so much for the reply. I am very new to Orkut application development. I have created an application. In my sandbox link for the same is http://sandbox.orkut.com/Main#Application?uid=5580218961692431262&appId=30985486469 Now I want to make it available for my friends and everyone. How t

[orkut-developer] Re: How to fetch Genger of friend

2010-01-11 Thread Dhaval Pancholi
Hi Anupam Use opensocial.Person.Field.GENDER in your request In Response retrieve it by owner_gender=owner.getField(opensocial.Person.Field.GENDER); owner_gender=owner_gender.getDisplayValue(); You got ur gender in owner_gender. This works perfectly -- You received this message because you a

[orkut-developer] Re: How to embed youtube video in orkut application?

2010-01-10 Thread Dhaval Pancholi
Hi Yash, It is very easy to embed a youtube video. Every youtube video provides an embed tag with it. You paste that embed tag in any html file. The video starts playing. So The simplest solution may be u embed the youtube video in an external html file. Call that html file on your canvas pa

[orkut-developer] Re: How to get request token for orkut using opensocial java client & fetch activities?

2009-11-24 Thread paola
As for configuring the URL for 3-legged OAuth in the OpenSocialProvider in the Java library I've found a work around that turn it into a 3-legged open social provider. Please check if this code sounds good p = OpenSocialProvider.valueOf("ORKUT_SANDBOX"); // override values in order to turn it into

[orkut-developer] Re: How to get request token for orkut using opensocial java client & fetch activities?

2009-11-18 Thread los
Hi Sachin, I think Sudhakar is touching on the same topic that I was. I understand what you're saying about making the call to https://www.google.com/accounts/OAuthGetRequestToken, but what we're saying is that the java client provided to make that request does not have that url configured in the

[orkut-developer] Re: How to get request token for orkut using opensocial java client & fetch activities?

2009-11-12 Thread Sachin Shenoy
Hi Sudhakar, It is not clear if yours is an installed app or a web app? Looks like a web app, in any case For installed app read this http://code.google.com/apis/accounts/docs/OAuthForInstalledApps.html For web app read this http://code.google.com/apis/accounts/docs/OAuth.html In general here is

[orkut-developer] Re: How to get request token for orkut using opensocial java client & fetch activities?

2009-11-12 Thread Sachin Shenoy
Hi Sairam, Please don't select "orkut" in step 1. Please read my earlier mail on what to do at that step. Sachin On Tue, Nov 10, 2009 at 8:03 AM, sairam wrote: > > hi , > I am trying to access the api provided by orkut using oauth > playground tool similar to what carlos has done. > I we

[orkut-developer] Re: How to get request token for orkut using opensocial java client & fetch activities?

2009-11-12 Thread sairam
hi , I am trying to access the api provided by orkut using oauth playground tool similar to what carlos has done. I went through the link which was sent by you and we followed the steps using our own domain... the thing upto which we can do is we can able to get consumer key and consumer secr

[orkut-developer] Re: How to get request token for orkut using opensocial java client & fetch activities?

2009-11-12 Thread Sudhakar
hi, I am able to use sandbox environment to under stand how oAuth is working. Now I want to use real development using ORKUT as provider. OpenSocialProvider provider = OpenSocialProvider.valueOf("ORKUT"); final OpenSocialClient client = new OpenSocialClient (provider);

[orkut-developer] Re: How to get request token for orkut using opensocial java client & fetch activities?

2009-11-09 Thread los
A, that was it! This step ought to be be made more clear in the documentation. Thanks a lot! U da man!! :) -Carlos On Nov 9, 9:26 am, Sachin Shenoy wrote: > Hi Carlos, > > You need to get 3-legged oauth consumer key / secret. Please follow > instructions from the below URL. > > http://

[orkut-developer] Re: How to get request token for orkut using opensocial java client & fetch activities?

2009-11-09 Thread Sachin Shenoy
Hi Carlos, You need to get 3-legged oauth consumer key / secret. Please follow instructions from the below URL. http://code.google.com/apis/accounts/docs/RegistrationForWebAppsAuto.html#new The one you are using will only allow you to make 2-legged oauth calls. Regards,

[orkut-developer] Re: How to get request token for orkut using opensocial java client & fetch activities?

2009-11-05 Thread los
Hi Sachin, Thanks for the feedback. That playground is a nice tool to know about. So I followed your instructions like this: 1. On panel 1 I entered http://sandbox.orkut.gmodules.com/social/rpc (I corrected the spelling mistake on the word "social") 2. On panel 2 I set oauth_signature_method t

[orkut-developer] Re: How to remove application from AppDirectory

2009-10-06 Thread Athira JJ
Please send an email to opensocial.ra...@google.com from the id with which we have verified ownership for the app with - requesting deletion. Regards, Athira On Oct 6, 4:00 pm, Максим Пешков wrote: > Hello, > > I created test application for Orkut and wrongly added it to AppDirectory. > But it

[orkut-developer] Re: How to remove duplicate applications from the AppDirectory?

2009-10-06 Thread Rahul
done On Tue, Oct 6, 2009 at 10:00 AM, Eduardo Tetera wrote: > > Not mine... > Still waiting for the appId=1055781018 to be deleted. > > tks > > On Oct 6, 1:05 am, Rahul wrote: > > apologize for the delay.. the apps have been removed. in the near future > > we'll have a self serve process for thi

[orkut-developer] Re: How to remove duplicate applications from the AppDirectory?

2009-10-06 Thread Eduardo Tetera
Not mine... Still waiting for the appId=1055781018 to be deleted. tks On Oct 6, 1:05 am, Rahul wrote: > apologize for the delay.. the apps have been removed. in the near future > we'll have a self serve process for this to avoid such delays. > thx > rahul > > > > On Fri, Sep 25, 2009 at 10:41 P

[orkut-developer] Re: How to remove duplicate applications from the AppDirectory?

2009-10-05 Thread Rahul
apologize for the delay.. the apps have been removed. in the near future we'll have a self serve process for this to avoid such delays. thx rahul On Fri, Sep 25, 2009 at 10:41 PM, Matt wrote: > > It is been over a week now since the issue was opened. > > I have posted twice here and also emailed

[orkut-developer] Re: How to remove duplicate applications from the AppDirectory?

2009-09-30 Thread Matt
I have done it twice and forwarded the same today. Any update??? Thanks. On Sep 18, 12:00 pm, Athira JJ wrote: > Please send an email to opensocial.ra...@google.com from the id with > which we have verified ownership for the app with - requesting > deletion. > > Regards, > Athira > > On Sep 16,

[orkut-developer] Re: How to remove duplicate applications from the AppDirectory?

2009-09-30 Thread Matt
It is been over a week now since the issue was opened. I have posted twice here and also emailed to Rahul and forwarded copy to yourself. How this issue can be escalated to resolution? Thank you. On Sep 18, 12:00 pm, Athira JJ wrote: > Please send an email to opensocial.ra...@google.com from

[orkut-developer] Re: How to remove duplicate applications from the AppDirectory?

2009-09-22 Thread Matt
Hi Athira, I have emailed to Rahul twice from the verified id as requested but our duplicate apps(2) are still in the Directory. The emails were sent on 17th and 21st of September. Could this be resolved please? Many thanks. Regards, Matt On Sep 18, 12:00 pm, Athira JJ wrote: > Please send a

[orkut-developer] Re: How to remove duplicate applications from the AppDirectory?

2009-09-18 Thread rbarszcz
hey, i'm with a similar trouble. i already sent an email to the one you said requesting the removal off my app. i also would like to know how many time takes to aprove a new one? On 18 set, 08:00, Athira JJ wrote: > Please send an email to opensocial.ra...@google.com from the id with > which we

[orkut-developer] Re: How to remove duplicate applications from the AppDirectory?

2009-09-18 Thread Athira JJ
Please send an email to opensocial.ra...@google.com from the id with which we have verified ownership for the app with - requesting deletion. Regards, Athira On Sep 16, 8:43 pm, Matt wrote: > Hello All, > > I am the owner of application smsteroid. It an active application. > However, we have s

[orkut-developer] Re: How to delete app from Orkut Application Directory?

2009-09-16 Thread Athira JJ
I have sent you the instructions. Please respond. Regards, Athira On Sep 17, 9:26 am, Nerj wrote: > Hi! > Can u pls tell me how to delete an application (which was owned by > our's) from Orkut Application Directly? > I couldn't find any option for this on my Orkut Page. > Pls, suggest me.. --~-

[orkut-developer] Re: How to delete app from Orkut Application Directory?

2009-09-16 Thread Rahul
could you send an email to opensocial.ra...@google.com from the email address that you verified ownership for the app with - requesting deletion. thx rahul On Thu, Sep 17, 2009 at 9:56 AM, Nerj wrote: > > Hi! > Can u pls tell me how to delete an application (which was owned by > our's) from Orku

[orkut-developer] Re: How to pass request parameters for application,which is not installed in orkut profile?

2009-08-20 Thread sumit verma
On 8/19/09, Apurv Gupta wrote: > > > Hi Sergei, > > It isn't possible today, afaik. However, it's a good feature request > for orkut to propagate appParams from /AppInfo.aspx to > /Application.aspx > [and then you can get the params and add them to your makeRequest] > > On Tue, Aug 18, 2009 at 5:1

[orkut-developer] Re: How to pass request parameters for application,which is not installed in orkut profile?

2009-08-20 Thread Ashok.s
Hi Guys. I am getting this error when the app is loading wats going on from your side ..? *Unable to retrieve spec for http://orkut.oxylabs.com/apps/coolpics/app.xml. HTTP error 502* ** pls let me know On Wed, Aug 19, 2009 at 2:21 PM, Apurv Gupta wrote: > > Hi Sergei, > > It isn't possible

[orkut-developer] Re: How to pass request parameters for application,which is not installed in orkut profile?

2009-08-19 Thread Apurv Gupta
Hi Sergei, It isn't possible today, afaik. However, it's a good feature request for orkut to propagate appParams from /AppInfo.aspx to /Application.aspx [and then you can get the params and add them to your makeRequest] On Tue, Aug 18, 2009 at 5:12 PM, barinov.ser...@gmail.com wrote: > > Hi agai

[orkut-developer] Re: How to pass request parameters for application,which is not installed in orkut profile?

2009-08-18 Thread barinov.ser...@gmail.com
Hi again? So no one can answer? I did some research and found out that it might be caused by three ledged oauth, which is not supported by orkut. Is it correct? Can I pass any parameters to add gadget page? May be any trick? Sergei On Aug 14, 2:08 am, "barinov.ser...@gmail.com" wrote: > Hi again

[orkut-developer] Re: How to pass request parameters for application,which is not installed in orkut profile?

2009-08-13 Thread barinov.ser...@gmail.com
Hi again! No one can help with my problem? I think it is a common approach... Many other social containers, like MySpace, Bebo, etc. provide authorization callback mechanism. Does orkut have some feature for my requirements? Is it possible to automatically redirect user for adding my gadget into t

[orkut-developer] Re: How to start developing application

2009-07-14 Thread Prashant Patil
Hi there Take a look here http://code.google.com/apis/opensocial/articles/tutorial/ On Sat, Jul 11, 2009 at 4:14 PM, sanju wrote: > > Can any help me how start developing …. > Thanks. > > > > > -- With best Regards. Prashant aka Orkuteer http://en.blog.orkut.com/2007/11/thanks-from-orkuteer

[orkut-developer] Re: How to delete my application?

2009-06-22 Thread Shishir Birmiwal (Google)
You can don't need to delete, as you can migrate -- http://groups.google.com/group/opensocial-orkut/browse_thread/thread/e491a0b3cb28a3e3# Cheers, Shishir On Jun 19, 2:37 am, Diego Garrido wrote: > Hello guys, > I need to delete my application, because I have to change my app URL. > How to do?

[orkut-developer] Re: How to send Scrap using Opensocial API on Orkut

2009-06-16 Thread Shishir Birmiwal (Google)
Yes. This is not supported on orkut at present. cheers shishir On Jun 11, 3:24 am, Swapnil Shinde wrote: > I dont think Orkut supports this feature as yet. > -- > Follow me:http://www.twitter.com/swapnil_shinde > > On Fri, Jun 5, 2009 at 1:55 PM, Abhinav Chittora > wrote: > > > > > > > Hi, > >

[orkut-developer] Re: How to migrate orkut app's from googlepage to GGE

2009-06-16 Thread Prashant Patil
Thanks for reply! :) On Tue, Jun 16, 2009 at 10:29 PM, Shishir Birmiwal (Google) < shishir.birmi...@google.com> wrote: > > We are in the final stages of testing the migration flow. We don't > want existing apps to break and will post an announcement very soon. > > cheers, > shishir > > On Jun 13,

[orkut-developer] Re: How to migrate orkut app's from googlepage to GGE

2009-06-16 Thread Shishir Birmiwal (Google)
We are in the final stages of testing the migration flow. We don't want existing apps to break and will post an announcement very soon. cheers, shishir On Jun 13, 12:03 pm, Prashant Patil wrote: > Hi Guides posting this topic 2nd time as last time i got one mail from > googlepages as i have few

[orkut-developer] Re: How to send Scrap using Opensocial API on Orkut

2009-06-10 Thread Swapnil Shinde
I dont think Orkut supports this feature as yet. -- Follow me: http://www.twitter.com/swapnil_shinde On Fri, Jun 5, 2009 at 1:55 PM, Abhinav Chittora wrote: > > Hi, > I am creating a apps that req. scraping so I want to know how to send > scrap on orkut using an apps. > > I have searched that s

[orkut-developer] Re: How to Maps in the Orkut Applications

2009-06-09 Thread gbarros
This app uses the google map API in the canvas view (interactive) and in the profile view (static). feel free to look at the code. BTW, if any googler reading this, this submited xml is awating approval for several weeks http://tabletopengine.googlecode.com/svn/trunk/tmp_orkut_maps/mapa.xml

[orkut-developer] Re: How to migrate my application to another server?

2009-06-08 Thread Inocent
Migrating will reduce yrs traffic and Rank for few days On Jun 8, 2:55 pm, sunnydiv wrote: > eagerly awaiting > > On Jun 5, 12:30 pm, "Shishir Birmiwal (Google)" > > wrote: > > Stay tuned, we'll post a message on this group, real soon! > > > On May 29, 6:41 am, Diego Garrido wrote: > > > > I

[orkut-developer] Re: How to migrate my application to another server?

2009-06-08 Thread sunnydiv
eagerly awaiting On Jun 5, 12:30 pm, "Shishir Birmiwal (Google)" wrote: > Stay tuned, we'll post a message on this group, real soon! > > On May 29, 6:41 am, Diego Garrido wrote: > > > I want to migrate my application to another server. > > But, i don't know how to do. > > > In the Orkut's di

[orkut-developer] Re: How to migrate my application to another server?

2009-06-05 Thread Shishir Birmiwal (Google)
Stay tuned, we'll post a message on this group, real soon! On May 29, 6:41 am, Diego Garrido wrote: > I want to migrate my application to another server. > But, i don't know how to do. > > In the Orkut's directory, i can add an new application or update my > application, but i can't change only

[orkut-developer] Re: How to put context-sensitive adsense in orkut app.

2009-06-01 Thread akkad
My personal thought is that your xml file should not be hosted on a google gadget hosting service. They stated that the adsense ads posted there will be related to coding/hosting/programming. Try to host you xml file somewhere else. On May 27, 11:42 am, invesguru wrote: > Does anyone know ho

[orkut-developer] Re: How to send messages, scraps, e-mail to Orkut user from an external application

2009-05-27 Thread Rahul
currently use of apis from outside orkut container is not possible (other than through friendconnect, which is not available for mobile). add friend is not possible even with opensocial api within orkut container. On Tue, May 26, 2009 at 11:58 AM, kanchan wrote: > > Hi Rahul > I am also developi

[orkut-developer] Re: How to send messages, scraps, e-mail to Orkut user from an external application

2009-05-27 Thread kanchan
Hi Rahul I am also developing an application for mobile that would be able to interact with Orkut. Will it be possible to Add a friend in Orkut using my application? Does an API (RESTFul or Java Open-client- library) exist for the same? Regards, Kanchan On May 25, 8:48 am, "rahul (google)" wrot

[orkut-developer] Re: How to get user scaps/ feeds

2009-05-26 Thread Badaro
I believe you can only send feeds for now. There's no way to read feeds/scraps, neither a way to send scraps. On May 21, 3:43 am, Rocky wrote: > Hi, > I want to get the scraps of my friends . using opensocial api. Is > there any way for doing that.I already have gadget installed.and able > to ge

[orkut-developer] Re: How to send messages, scraps, e-mail to Orkut user from an external application

2009-05-24 Thread rahul (google)
Most of this functionality is already available to an opensocial app within a container e.g. list of friends, messages, view profiles, view/ upload photos (coming very soon). Scraps, emails, edit profile is not available. Note that REST APIs are for use for apps within the orkut container. Thanks

[orkut-developer] Re: How to open a page in the browser?

2009-05-24 Thread Prashant Patil
Yes its will work! But read Opensocial Privacy Policy for users! and redirection to other site! On Thu, May 21, 2009 at 10:43 AM, Flavio Coelho wrote: > > Hi, > > I want to have a button in my gadget that let the user open a website > on a new page in his browser when he clicks it. > > should

[orkut-developer] Re: How to get user scaps/ feeds

2009-05-24 Thread Prashant Patil
i think you cant get scraps! On Wed, May 20, 2009 at 11:43 PM, Rocky wrote: > > Hi, > I want to get the scraps of my friends . using opensocial api. Is > there any way for doing that.I already have gadget installed.and able > to get friends list.Any help would be of great !!!. > > > > -- Wit

[orkut-developer] Re: How to send Scrap/Email/Message to application users

2009-05-20 Thread Apurv Gupta
You can't send scraps and emails. You can send messages using requestSendMessage On Wed, May 20, 2009 at 12:29 PM, amit wrote: > > Hi, > > I am developing application for orkut container using opensocial apis. > > I have following doubts... > > How to send Scrap to my application users? > How t

[orkut-developer] Re: How to get Owner friends on Orkut..

2009-05-19 Thread Dhaval Pancholi
hi kalyan babu etc. this code works for me the best var app_friend_params = {}; app_friend_params[opensocial.DataRequest.PeopleRequestFields.FILTER] = opensocial.DataRequest.FilterType.HAS_APP req.add(req.newFetchPeopleRequest(opensocial.newIdSpec({"userId" : "OWNER", "groupId" : "FRIENDS"}), a

[orkut-developer] Re: How to get Owner friends on Orkut..

2009-05-17 Thread kalyancb...@gmail.com
Hi, Thanks for the replies. Its working and showing friends now Regards, Kalyan.C On May 15, 7:13 pm, Eduardo Rocha wrote: > Kalyan, the code seems to be correct, could you provide a link to the > entire XML file? > > On 15 maio, 02:19, "kalyancb...@gmail.com" > wrote: > > > Hi Sachin, > > >

[orkut-developer] Re: How to get Owner friends on Orkut..

2009-05-15 Thread Eduardo Rocha
Kalyan, the code seems to be correct, could you provide a link to the entire XML file? On 15 maio, 02:19, "kalyancb...@gmail.com" wrote: > Hi Sachin, > > I'm using opensocial 0.8. > It is workin fine with 0.7 > > Is there anything wrong in my code. If so, can you give me sample code > > Thanks,

[orkut-developer] Re: How to get Owner friends on Orkut..

2009-05-14 Thread kalyancb...@gmail.com
Hi Sachin, I'm using opensocial 0.8. It is workin fine with 0.7 Is there anything wrong in my code. If so, can you give me sample code Thanks, Kalyan.C On May 14, 9:20 pm, Sachin Shenoy wrote: > Hi Kalyan, > > Are you running this with opensocial 0.7 or with 0.8? It should work fine > with 0.

[orkut-developer] Re: How to get Owner friends on Orkut..

2009-05-14 Thread Sachin Shenoy
Hi Kalyan, Are you running this with opensocial 0.7 or with 0.8? It should work fine with 0.8. Do check and let me know. Regards, Sachin On Thu, May 14, 2009 at 6:31 PM, kalyancb...@gmail.com < kalyancb...@gmail.com> wrote: > > Hi , > > I'm trying to get OWNER friends with following code on ork

[orkut-developer] Re: How to get Owner friends on Orkut..

2009-05-14 Thread Mamun Rashied Raja
2 wrongs in your code On Thu, May 14, 2009 at 6:31 PM, kalyancb...@gmail.com < kalyancb...@gmail.com> wrote: > > Hi , > > I'm trying to get OWNER friends with following code on orkut. > > var params = { > "max" : 100, > "filter": "hasApp" > }; > > var idspec = ope

[orkut-developer] Re: How to get Consumer Key and Consumer Secret

2009-05-12 Thread Sanjay Patel
Hi Shishir, Thanks a lot! I tried lots of googling, but don't know how I missed this thread. However, the link in that thread is broken. It is actually: http://code.google.com/apis/orkut/docs/rest/developers_guide_protocol.html#Authenticating thanks, Sanjay --~--~-~--~~~

[orkut-developer] Re: How to get Consumer Key and Consumer Secret

2009-05-11 Thread Shishir
A simple google search for "How to get Consumer key and Consumer Secret on orkut" yields this: http://groups.google.com/group/opensocial-orkut/browse_thread/thread/c8991f9c7adb0e62?hide_quotes=no Cheers, Shishir On May 7, 2:56 pm, Sanjay wrote: > Hi, > > We are developing an application and abo

[orkut-developer] Re: How to update Orkut user status via REST api?

2009-04-19 Thread Siju
Thanks Vijaya. I have submitted a feature request http://code.google.com/p/opensocial-resources/issues/detail?id=750 On Apr 1, 3:38 pm, Vijaya wrote: > Currently the OpenSocial API does not allow you to update the profile > information, including the headline. > We don't have plans for implemen

[orkut-developer] Re: How to embed flash objects to profile?

2009-04-18 Thread Mayank M
i also want to know. is flash allowed on profiles yet? im using flash in profile view and iframe in canvas view. will that be acceptable? On Apr 4, 11:19 pm, Aakash Bapna wrote: > Any updates on embedding flash objects on profile? > I read somewhere that apps using templates will start appeari

[orkut-developer] Re: How to get the begin UserID

2009-04-12 Thread Sandesh
This is what I understood. 1. Users clicks and enters into the app. 2. We do a makerequest and get the userid (which is sent by orkut to my server) 3. A new iframe is opened, with src=my server 4. Then myserver starts a session, and adds userid to it (in the iframe) 5. From now on my server reads

[orkut-developer] Re: how to add my new site application to orkut

2009-04-07 Thread Vijaya
Are you trying to submit an orkut app to the directory? If so , please follow these instructions : - Make sure that your app is tested and working on sandbox.orkut - Submit it for approval at the URL: http://www.orkut.com/AppDirectorySubmit.aspx - In 2 or 3 business days you should receive an em

[orkut-developer] Re: How to embed flash objects to profile?

2009-04-04 Thread Aakash Bapna
Any updates on embedding flash objects on profile? I read somewhere that apps using templates will start appearing on profiles in production from second week of april, don't want to miss that. My app gets data from persistent storage and renders it in a flash swf. I have been using swfobject unti

[orkut-developer] Re: How to update Orkut user status via REST api?

2009-04-01 Thread Vijaya
Currently the OpenSocial API does not allow you to update the profile information, including the headline. We don't have plans for implementing it right now, but you can always submit your feature requests to the issue tracker: http://code.google.com/p/opensocial-resources/wiki/IssuesTab?tm=3 --~-

[orkut-developer] Re: How to embed flash objects to profile?

2009-03-30 Thread Badaro
As far as I know, there's no way to get whitelisted. Orkut said they were only doing it for the top applications, and that it's only temporary - they will also have to change to templates once they're available in production. I'm interested to see how some of those applications will conform to th

[orkut-developer] Re: How to embed flash objects to profile?

2009-03-30 Thread Badaro
I don't think so, but if it's only HTML converting to templates should be trivial. On Mar 30, 1:23 pm, Prashant Patil wrote: > Hi > Robson > > What about app which are not using aka they dont need new templates as > my apps have only  HTML codes only . No JS. WIll they appear ? > > > > On Mon, M

  1   2   3   4   >