[orkut-developer] How to get total no of scrap and friends of user

2012-04-09 Thread mohan
Hi I am trying to get total count of orkut friends and scraps. But i dint get any code to get the count of friends and scrap of user loged in my website. Please help,if any one knows how to get friends and scrap count of user -- You received this message because you are subscribed to the Google

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

2012-03-15 Thread anatoly
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 way. I'm interested to promote my app on Orkut from within Orkut. How should I

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

2012-01-02 Thread Willa
Hi, I have two orkut profiles and both of them are developer accounts, now I want to transfer the apps that were submitted by account A to account B. How to do that? Will I lose the users that have install these apps?(one of my apps has more than 100 million users, I don't want to take this risk o

R: Re: [orkut-developer] How to replies to a Scrap?

2011-07-12 Thread a.bellav...@opentecheng.com
Hi, thank you for quick reply, now I can reply to any scrap. Now I have another question, regardings the replies to a scrap. If I see a scrap in a user scrapbook, now I can reply to this scrap: but can I know the num of replies already written to the same scrap? If I can, how can I get the te

Re: [orkut-developer] How to replies to a Scrap?

2011-07-07 Thread Robson Dantas
Hi! You need two things: 1- Get the scrapid, in order to reply; 2- Add a parameter to scrapActivity called msgId; Looking the class WriteScrapTx.java, it is possible to reply a scrap, there is a contructor available, see: WriteScrapTx(String personId, String body, String scrapId) { this(per

[orkut-developer] How to replies to a Scrap?

2011-07-06 Thread a.bellav...@opentecheng.com
Hi all, I'm using Orkut-os-client. I can't find a way to get the replies of a Scrap, and also it's impossible to reply to a Scrap. Searching on the web, I've found that the class ScrapActivity can do this, but I can't konw how. I use ScrapTxFactory to get, delete and write scraps, but there's

[orkut-developer] How to show my personal blog comments on my orkut account.

2011-06-14 Thread Hem Chandra bhatt
Dear sir/madam, I am working on my personal blog . I post "blog post" in a week and I am getting comments from my friends. I am working on how can see my blog post comments on my orkut updates and who comments in my post he can also see on her/his orkut account.Can you help me please ? Is it possi

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

2011-05-17 Thread danmoller
Hi there, first of all, I'm totally newbie in developing with internet tools. So, how do I add a description, a thumbnail and a screenshot to a gadget? I tried the tutorial, made a XML file as told, but it doesn't fit Orkut. Looks like it is demanding more than just the basic APP. The file

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

2011-04-23 Thread Red Baron
is it possible via http://code.google.com/intl/ru-RU/apis/orkut/docs/orkutshareapidoc.html? i tried add google.orkut.share.Field.CONTENT but it ignore it. but http://www.shareswf.com/game/4192/ can share flash to orkut. Any idea how? -- You received this message because you are subscribed to t

[orkut-developer] How to set Height

2011-03-11 Thread SomeGuy
Hi, I'm a newbie. I want to add an simple application to Orkut. It´s just a flash game. So my content it´s just a game and some instructions. The game it´s 600px width and 550px height (on a Iframe) Under the game I am posting the instruction of the game. On Old Orkut works fine (it shows a sid

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

2011-02-15 Thread adrianobellavista
Hi to all, I'm developing an app by using the orkut client api. My problem is that I can't find a way to get replies to a specific scrap. By api, i can: - get scraps of a specific user using his id - write a scrap on a user profile - delete a single scrap - reply to a scrap I can also get the

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

2011-02-11 Thread Roberto Scattini
hi robson: if i understand well... his app isnt approved yet, so, how could he access his appId, where is it listed if the app isnt approved? thanks! 2011/2/10 Robson Dantas > Come on. Stick to one thread and stop complaining. > > Orkut hasn´t changed everything. There are 2 sandboxes: > > -

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

2011-02-10 Thread Robson Dantas
Come on. Stick to one thread and stop complaining. Orkut hasn´t changed everything. There are 2 sandboxes: - sandbox.orkut.com - fresh code is pushed to this environment - prod.sandbox.orkut.com - most stable When you are developing, suggest you using prod.sandbox.orkut.com The process is reall

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

2011-02-10 Thread as
Could you guys give to us a full, detail explantion on how to get an app ID? Also, wich the address for the sandbox? There are so many(none working properly). Bear with us that Orkut has changed everything (for worst by the way) and no info (or documentation) on that. So basically we are working in

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

2011-02-01 Thread Hanish Kumar
I have to submit my application URL in the format of .xml but my mistake i have submitted in .html format. so is there any way to change my application URL. -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group. To post to this group, send ema

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

2011-02-01 Thread Hanish Kumar
I have to submit my application URL in the format of .xml but my mistake i have submitted in .html format. so is there any way to change my application URL. -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group. To post to this group, send ema

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

2011-02-01 Thread dev
Hi, I'm developing a Orkut Mobile App, and I'm using orkut-os-client. The framework make me able to give the scrap's list that can be found in the profile of a user. But I can't access the replies of a scrap. To find this list, framework make an http call to this method: messages.get. Ex.

Re: [orkut-developer] How to show some values from a database table in a picklist within orkut application

2010-12-16 Thread Robson Dantas
This tutorial available on wiki.opensocial.org shows a way to store things on the persistent database available through the API and then reading: http://wiki.opensocial.org/index.php?title=OpenSocial_Tutorial With minor modifications,

[orkut-developer] How to show some values from a database table in a picklist within orkut application

2010-12-15 Thread Fun Daemon
Hi all, I am trying to develop an orkut application in which I will be showing some fruit names from a table in database in a picklist. Can anyone provide me some link or suggestion to implement this simple thing, within orkut application eco-system. Thanks, Fun Daemon -- You received this me

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

2010-11-29 Thread Devarshi Kulshreshtha
Hi all, I am new to orkut application development so as a beginner I tried this- http://code.google.com/apis/orkut/articles/tutorial/tutorial.html In the specified link, within section : Set up hosting for your gadget file, it is suggested to use google code hosting to upload helloworld.xml fil

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

2010-11-04 Thread Mohammed Reza Bidiwala
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 as I remember it was kinda deprecated, and not allowed to use > anymore, since Orkut team launched 3LO authentication. > > Maybe someo

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

2010-11-04 Thread Robson Dantas
Reza, As far as I remember it was kinda deprecated, and not allowed to use anymore, since Orkut team launched 3LO authentication. Maybe someone from Google can confirm it. -Robson Dantas 2010/11/4 Reza > Hi All, > >I have made one Web Apps based on 3-legged OAuth...and using > this i

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

2010-11-04 Thread Reza
Hi All, I have made one Web Apps based on 3-legged OAuth...and using this i am able to post activities on my account. But now my requirements are slightly changedi don't want user to enter his credentials each and every time...in fact i read about this and came to know this can be don

Re: [orkut-developer] How to use opensocial on asp.net page loaded inside the iframe under the gadget.xml?

2010-10-14 Thread Robson Dantas
You wont be able to do that using iframe. To get access to opensocial javascript API you will need to develop a standard gadget, which means you probably need to rewrite. There is a workaround, which might work, using 2legged oauth library to make social calls. But it've never tested. Regards, R

[orkut-developer] How to use opensocial on asp.net page loaded inside the iframe under the gadget.xml?

2010-10-13 Thread kbundy
Hello I am currently trying the orkut opensocial. I have upload a gadget.xml file to orkut. Inside the xml file, i placed an iframe that load my aspx page so i can code using c#. In the gadget.xml file, i can use opensocial object to make request. Inside the page of the iframe, I cannot get the ope

Re: [orkut-developer] How to find friends of friends?

2010-10-08 Thread Allann Jones
Using 3-legged... You can get the list of your friends, for example. With the ID of each friend of the list you can get the list of friends of these friends, ... You can get the friends listing using: { 'method' : 'people.get', 'params': { 'userId':[''], 'groupId' : '@friends' } }" Where: is t

[orkut-developer] How to: internationalize dynamic content i18n

2010-10-07 Thread DevenH
is there a way to internationalize strings and content which are created dynamically. for example, if i have a javascript function that outputs some html when i try to use __MSG_foo__ inside the html it does not show up properly in my orkut app. any ideas how to fix this? example: function rende

Re: [orkut-developer] How to find friends of friends?

2010-10-07 Thread Robson Dantas
If I recall correctly, Myspace allows. On Facebook you can check if 2 ids are friends, but can't get FoF (and it doesn't run opensocial, though). Regards Robson Dantas 2010/10/7, Igo Amauri : > Thank you Robson, > So if i want to build a application that do this i will need to work with > anot

Re: [orkut-developer] How to find friends of friends?

2010-10-07 Thread Igo Amauri
Thank you Robson, So if i want to build a application that do this i will need to work with another container? Because currently i'm using Orkut. Do you know another container that suport NETWORK_DISTANCE? On Thu, Oct 7, 2010 at 5:19 PM, Robson Dantas wrote: > Opensocial specification supports

Re: [orkut-developer] How to find friends of friends?

2010-10-07 Thread Robson Dantas
Opensocial specification supports this feature - it's called NETWORK_DISTANCE, but depends if the container implements it. Orkut doesnt implement; it's a really expensive query. See this thread, posted by Chris Chabot http://markmail.org/message/yoj77kt772zvd4nd#query:opensocial%20network_distance

[orkut-developer] How to find friends of friends?

2010-10-06 Thread Igo Amauri
Hi, I want to build an application that access data from friends of my friends, can i? For example, I have a application installed in my profile and someone is my friend, so i access data from the friends of this person that aren't my friends. -- Igo Amaurí dos Santos Luz 9º semestre - Engenharia

Re: [orkut-developer] How to List Orkut Comunitys

2010-08-09 Thread Robson Dantas
Hi Matheus, Api doesnt allow you to list communities yet. Regards, Robson Dantas 2010/8/8 Matheus e Manu > Hi Peoples, > > I beggining to work api Work api. How I do to get Comunities from a > URL comunity: > > A Comunity URL Example: > http://www.orkut.com.br/Main#Community?rl=cpn&cmm=373217

[orkut-developer] How to List Orkut Comunitys

2010-08-09 Thread Matheus e Manu
Hi Peoples, I beggining to work api Work api. How I do to get Comunities from a URL comunity: A Comunity URL Example: http://www.orkut.com.br/Main#Community?rl=cpn&cmm=37321734 I need about url list de OrkutPersons. Wait for a awnser. Thank you (sorry about my english 0.o ) Matheus -- You

Re: [orkut-developer] How to authenticate some user for to send scrap

2010-07-19 Thread Robson Dantas
Hi Allan, Yes, I managed to make it work. Note that if you send a message and use image, or any url, it will issue a captcha. You must retrieve the captcha using oauth, and the method is GET. Example: When you send a message, it will issue a captcha: [{"id":"teste","error":{"message":"unauthoriz

Re: [orkut-developer] How to authenticate some user for to send scrap

2010-07-19 Thread Allann Jones
Hi. I think that is not possible at the moment to write scraps, right? Is somebody creating scraps successfully actually? How? I've tried many modes to try to write scraps without success. When trying to send (create) a message, on the response is informed that authentication through captcha imag

Re: [orkut-developer] How to authenticate some user for to send scrap

2010-07-19 Thread Robson Dantas
You can do that using 3-legged API. There is an official Orkut lib (java) and another version I'm finishing, which uses PHP. Java: http://code.google.com/p/orkut-os-client/ PHP: http://code.google.com/p/orkut-os-client-php/

[orkut-developer] How to authenticate some user for to send scrap

2010-07-19 Thread igorcampos
Hello, I already connected from another user at orkut api, but always when i try to send a scrap from this user, the system get my orkut user for to send a scrap. Would like some help for to authenticate this user for to send a scrap from his profile, not for me. Some body know if possible? How ca

Re: [orkut-developer] how to creating album sample data in shindig

2010-07-17 Thread Robson Dantas
Here it is. http://groups.google.com/group/opensocial-api/browse_thread/thread/a71dd31e648223fc/baeabc74a83d6fb0?#baeabc74a83d6fb0 Robson Dantas 2010/7/17 > not found can an

Re: [orkut-developer] how to creating album sample data in shindig

2010-07-17 Thread dinesh . abhijeet
not found can anyone post that link here -- 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 this group, send email to opensocial-orkut+unsubscr...

Re: [orkut-developer] How to detect sandbox

2010-07-16 Thread Alex Porto
Humm.. Strange things happening here :) Then, I'm gonna delete the app and resubmt it to sandobox, using a different XML file name. Thank's Robson. Alex. On Thu, Jul 15, 2010 at 9:29 PM, Robson Dantas wrote: > Alex, > > Actually, your app gets approved when you submit it from the developer >

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

2010-07-16 Thread Alex Porto
There's a Google groups for twitter development at groups.google.com/group/twitter-development-talk. But it's not hard to implement: Go to http://dev.twitter.com/doc to understand Twitter API and go to http://dev.twitter.com/pages/libraries to get fully-implemented libraries on the language you're

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

2010-07-16 Thread Pyrocks
HI Friends, I have a requirement in my application that i have to do tweet functionality in my application that will posted some message in his twitter profile page from my application. User will give his twitter user id and password when user click submit button some message has to be posted in

Re: [orkut-developer] How to detect sandbox

2010-07-15 Thread Robson Dantas
Alex, Actually, your app gets approved when you submit it from the developer page. If you didnt do that, we have a critical situation, since most people rely on sandbox to develop/test apps. Are you sure you didnt send it ? Regards, Robson Dantas 2010/7/15 Alex Porto > Hi, people. > > While

[orkut-developer] How to detect sandbox

2010-07-15 Thread Alex Porto
Hi, people. While I was playing with Orkut OS API, I suddenly received a message from Orkut telling that my App was approved and was going to be release to public. Actually, it was release sometime after that. Since it was not ready, I don't know how to deal with this situation. Is there a way to

Re: [orkut-developer] how to creating album sample data in shindig

2010-07-12 Thread Robson Dantas
Hi, Already answer this question on opensocial-api group. Please, switch to osde list. Regards, Robson Dantas 2010/7/12 > i am developing an application for that i m using eclipse with OSDE > plug-in. i have created sample data and its working fine but, now my > application require to fetch a

[orkut-developer] how to creating album sample data in shindig

2010-07-12 Thread dinesh . abhijeet
i am developing an application for that i m using eclipse with OSDE plug-in. i have created sample data and its working fine but, now my application require to fetch album and i think no such table exist in my shindig so that it can fetch pic's or other album data. can anyone help me out to create

Re: [orkut-developer] How to Get Viewer ID from user loginID?

2010-07-10 Thread Robson Dantas
Hello! Just to make things a bit clear for you: Orkut support 2 types of authentication: 2legged Oauth or 3legged Oauth, each one have some particularity. You downloaded a lib which uses 2legged Oauth. A shortly explanation: 2legged: In order to have permission to grab social data, an user must

[orkut-developer] How to Get Viewer ID from user loginID?

2010-07-09 Thread Exclaim Mobility
I am developing a mobile application (.net based) which needs to use Orkut APIs. I downloaded an open social .net library. Now as Orkut doesn't support ClientLogin, I need to have some mechanism to get the user verified at mobile end. Other thing is opensocial .net library makes use of VIEWER_ID (w

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

2010-07-08 Thread exclaimqa
I am trying to fetch an album of a user who has successfully logged into the Orkut using Google ClientLogin. I am getting the response from the google with Auth key.. How do I use this key to fetch albums? I tried sending Authenticated HTTP by putting this Auth key in http headers like "Authori

Re: [orkut-developer] how to create orkut app using PHP

2010-07-03 Thread Prashant Patil
Hi there you may use it in iframe or call that using open-social fetch data methods and display in canvas! like we are doing in case of ajax! On Sat, Jul 3, 2010 at 6:20 PM, wrote: > hi all, > i have a tool written in php, i want to create an orkut app which uses this > tool. I read basics of

[orkut-developer] how to create orkut app using PHP

2010-07-03 Thread raah89
hi all, i have a tool written in php, i want to create an orkut app which uses this tool. I read basics of opensocial-php library and orkut apps. But orkut apps require an xml file to submit, so i m completely lost on how to proceed?? -- You received this message because you are subscribed to the

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

2010-06-28 Thread Robson Dantas
Hi Chris! If you plan to use 2-legged OAuth, you can register here: https://www.google.com/gadgets/directory/verify If you plan to user 3-legged OAuth, you can get more details here: http://code.google.com/apis/accounts/docs/RegistrationForWebAppsA

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

2010-06-28 Thread Chris Ma
hello, I am new to Open social and Orkut, I want to write an android app which access Orkut information. It require a url to get a consumerkey and secrete key for Orkut. How can I do it? Thank you very much. -- You received this message because you are subscribed to the Google Groups "orkut De

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

2010-06-21 Thread kiran began
i am using complete paths only even jquery is not effecting.what can i do now? On Mon, Jun 21, 2010 at 7:10 PM, Robson Dantas wrote: > You must use complete path for your scripts and css, since the container > will rewrite your url's. Example: > > http://www.mywebsite.com/styles/gs.css?v=133.0";

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

2010-06-21 Thread Robson Dantas
You must use complete path for your scripts and css, since the container will rewrite your url's. Example: http://www.mywebsite.com/styles/gs.css?v=133.0"; rel="stylesheet" type="text/css" /> http://www.mywebsite.com/ scripts/jquery.js" type="text/javascript"> Regards Robson Dantas 2010/6/2

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

2010-06-21 Thread kiran began
Thanks Robson Dantas. Can you give any small example to check this?it is not working in my app. My html page is like this.. $("#img1").mouseover(function() { $("#img1").toggle("slow"); $("#img2").toggle("slow"); }); $("#img2").mous

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

2010-06-21 Thread Robson Dantas
Kiran, You can use jquery, as you use in your pages, but just inside canvas view. Profile view doesn't accept javascript, flash, external css, almost nothing. BTW, do you have an example to check what you are doing ? Regards, Robson Dantas 2010/6/21 Pyrocks > HI Friends, > > I am developing

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

2010-06-21 Thread Pyrocks
HI Friends, I am developing an orkut application in that I need to use jquery. I dont know where to keep my jquery related stuff. I tried many ways.but jquery was not effected in my application.i kept my jquery related code in html page. generally i kept jquery in tag of one of my html pages.i

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

2010-06-07 Thread Jasiel Junior
Hi, I wish somebody would clarify my doubt ... My Orkut Application was made for the exclusive use of the user who owns it in your profile, and if someone wants to access that information will have to install aplcativo in your profile. only that as the policy of orkut developers I can not tell the

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

2010-06-02 Thread Robson Dantas
Didn't understand well if you are asking about how to develop an app or how to publish on orkut. So, will answer based on how to publish on orkut: 1- You'll need a sandbox account: http://sandbox.orkut.com/SandboxSignup.aspx 2- Publish your app on: http://sandbox.orkut.com/Main#AppDirectorySubmi

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

2010-06-01 Thread 互动 千橡
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 group, send email to opensocial-or...@googlegroups.com.

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

2010-05-28 Thread rokson
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 written the code in xml file like this // in ModulePrefs tag _IG_Analytics("UA-XXX", "/ canvas");//in _IG_Analytics("UA-XXX", "/ profile");//i

Re: [orkut-developer] How to send automatic notifications to orkut users?

2010-05-23 Thread Sachin Shenoy
Thanks for answering this in detail Robson! @sp2hari, You should be able to use http://code.google.com/p/orkut-os-client/ with 3-legged oauth in conjunction with normal gadget. Users will have to install your app, and also complete a 3-legged oauth authentication flow. After that your backend can

Re: [orkut-developer] How to send automatic notifications to orkut users?

2010-05-15 Thread Robson Dantas
You can send private messages, even writting activities through REST (2 legged). But as I wrote some days ago, don't know if it's working, since orkut team is developing a 3legged based auth, which will allow you to go even deeper, writing scraps, updating messages, etc. For REST, take a look on c

Re: [orkut-developer] How to update app once is approved

2010-05-15 Thread Robson Dantas
It's ok to update your gadget (I mean, updating your xml, images, etc, etc). Just remember things get cached by the container, so it may take a bit longer to get updated. Robson Dantas 2010/5/14 sdg > Hi, > > I wanted to know how should I update my app, once that has been > approved. > > Is it

[orkut-developer] How to update app once is approved

2010-05-14 Thread sdg
Hi, I wanted to know how should I update my app, once that has been approved. Is it ok to just update my gadget or should I resubmit every time I change it ? What about things like thumbnail, author name and author email, should I resubmit to get those updated ? Or updating the gadget is enough

[orkut-developer] How to send automatic notifications to orkut users?

2010-05-14 Thread sp2hari
Hi all, I'm developing an Orkut app which is supposed to notify users about events he wants to track (either through scraps or private messages or updates).. The user will add and use my application only ONCE. And after that, I'm supposed to remind him about the events he wants to track. Let's sa

Re: [orkut-developer] How to delete aplication to orkut?

2010-05-04 Thread Robson Dantas
Diego, Just take your xml offline, and it will be remove from the directory. Sent some details directly to you, in portuguese too. Regards, Robson 2010/5/3 Diego Rodrigues > How to delete aplication my to orkut? > sorry my english, brazil here... > > -- > You received this message because y

[orkut-developer] How to delete aplication to orkut?

2010-05-04 Thread Diego Rodrigues
How to delete aplication my to orkut? sorry my english, brazil here... -- 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 this group, send email to

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

2010-04-11 Thread Robson Dantas
Hi, You´re using REST calls, right ? Please post here which steps you took to setup your app, and also some sourcecode to check. Thanks, Robson Dantas 2010/4/11 colordancer > Hi All, > > After strugglling for 24 hours, I still had not solved this 502 > problem. > I set up a php client applica

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

2010-04-11 Thread colordancer
Hi All, After strugglling for 24 hours, I still had not solved this 502 problem. I set up a php client application into orkut sandbox. But once i called batch->execute(), the only response is nothing else but 'Unable to reach remote host. HTTP status 502'. I searched through google, found some us

[orkut-developer] How to implement Invite a Friend on Orkut Opensocial

2010-02-22 Thread Calebe Aires
Is there any friends invite code available. Have some of you some xml code to offer. I am not so good at Google API. I did an app for orkut, but I would like that this app could send a message "show this application on your scrap page" I know this one http://orkutdeveloper.blogspot.com/2008/05/ne

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

2010-02-14 Thread Arun Dsouza
On Feb 13, 2010 7:05 PM, "Swarnava Sengupta" wrote: yah tell me which type of guide u want? -- You received this message because you are subscribed to the Google Groups "Orkut Developer For... -- You received this message because you are subscribed to the Google Groups "Orkut Developer Forum"

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

2010-02-13 Thread Swarnava Sengupta
yah tell me which type of guide u want? -- 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 this group, send email to opensocial-orkut+unsubscr...@

[orkut-developer] How to install Orkut Application?

2010-02-09 Thread Prashant Zombade
Hello friends, I am Prashant. I have developed a small application for Orkut. It works very well. Now I want to make it available for my friends. Can any body please guide me further? -- You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To

Re: [orkut-developer] How to undeploy an application

2010-02-03 Thread Prashant Tiwari
Hi Marcelo, Please refer to this thread . On Thu, Jan 28, 2010 at 02:38, mado wrote: > I'd like to undeploy an application. How can I do th

[orkut-developer] How to undeploy an application

2010-01-27 Thread mado
I'd like to undeploy an application. How can I do that? I didn't find any instructions or steps to remove an application from Orkut App Directory. Thanks in advance Marcelo -- You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to thi

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

2010-01-11 Thread RAJA SEKHAR
ok use above code.that will work fine.here container means ,orkut,hi5 ...etc Thanks Raju On Mon, Jan 11, 2010 at 3:16 PM, Anupam Verma wrote: > I am sorry if I could not understand the container. > > I'm developing an Orkut Application - you can find it here - > http://www.orkut.com/Main#AppInfo

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

2010-01-11 Thread Anupam Verma
I am sorry if I could not understand the container. I'm developing an Orkut Application - you can find it here - http://www.orkut.com/Main#AppInfo?appId=426969743415&ref=SR On Mon, Jan 11, 2010 at 3:07 PM, RAJA SEKHAR wrote: > Which container are you using .Not every container will return this

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

2010-01-11 Thread RAJA SEKHAR
Which container are you using .Not every container will return this value. Thanks Raju On Mon, Jan 11, 2010 at 2:05 PM, Anupam Verma wrote: > Hello Friends, > > I'm trying to fetch value of Gender of friends. > > I've tried many examples I found on google but none is working in my case. > > Doe

[orkut-developer] How to fetch Genger of friend

2010-01-11 Thread Anupam Verma
Hello Friends, I'm trying to fetch value of Gender of friends. I've tried many examples I found on google but none is working in my case. Does any one has a working code? Thanks a lot in advance, Anupam Verma -- You received this message because you are subscribed to the Google Groups "Orkut

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

2010-01-07 Thread Robson Dantas
You can embed videos just on canvas view. Grab the code directly from YouTube website (video page). Another option is using swfobject JavaScript lib which helps you with cross browsers issues. Let me know if it helps you. Robson Dantas 2009/12/24, Yash : > Hi, > > I've been searching for a sam

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

2010-01-05 Thread Yash
Hi, I've been searching for a sample code to embed a youtube video in an orkut application since a few days. I know that it can be done in some way. But, I just cant find how... If anyone knows how to do it, or has a link where i can find something related to embedding a youtube video, please post

Re: [orkut-developer] how to show application on user profile

2009-11-19 Thread Robson Dantas
You need to specify view="profile" and put your content inside the xml file. You cant use javascript/flash, just html, css and opensocial data pipeline and templates. A small example here: http://www.dxs.com.br/mundojava/opensocialbr.xml --Robson Dantas 2009/11/18 nick > can any one tell me

[orkut-developer] how to show application on user profile

2009-11-18 Thread nick
can any one tell me . i am workinmg in sand box .application is working but i cant see the aplication under my profile . shall i need to write view =profile ex: http://example.com"; authz="signed"/> --thank you -- You received this message because you are subscribed to the Google Groups

[orkut-developer] how to use requestUploadMediaItem

2009-11-15 Thread Cheng
Hi, New to opensocial and Orkut. Would like to get some info on how to use the opensocail.requestUploadMediaItem () method? >From >http://www.opensocial.org/Technical-Resources/opensocial-spec-v09/OpenSocial-Specification.html#opensocial.requestUploadMediaItem we can see the signature is open

[orkut-developer] how to update an orkut application, once it is submitted?

2009-10-19 Thread bichu
hi :) i have developed an application for orkut. and submitted too. Now i would like to update that application. Could you please let me know how to do that? regards, bichu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[orkut-developer] how to disable/hide an orkut app

2009-10-14 Thread jbelis
I created an application on Orkut, and it was approved a few weeks ago. I would like to hide or disable it. How do I do it? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To po

[orkut-developer] How to remove application from AppDirectory

2009-10-06 Thread Максим Пешков
Hello, I created test application for Orkut and wrongly added it to AppDirectory. But it was only for testing how it works. And now I can't find any information about removing my application from AppDirectory. Could you expalin how or help me to remove my application? My application url: http:/

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

2009-09-16 Thread Nerj
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.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

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

2009-09-16 Thread Matt
Hello All, I am the owner of application smsteroid. It an active application. However, we have submitted 2 more applications with same name to test new design. Now, there are three apps with a same name. (1) How duplicate apps can be removed from AppDirectory? (2) How could we change url of exis

[orkut-developer] How to bypass adults related profiles.

2009-08-21 Thread Prashant Patil
Hi guides, i want to know how can i bypass profile which have inapropriate contents like images which are not as per guidelines. I need this in order to avoid exposure of such profiles to other app users. Is there any api code to get flag about that profile? Regards prashant p patil -- Regards.

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

2009-08-12 Thread barinov.ser...@gmail.com
Hi Orkut Developers! I have a third-party site, which uses REST API and I have an orkut gadget, installed on a sandbox. The problem is that I can't send request parameters for the orkut gadget, which is not installed in user's profile. In details, I need to do as follows: 1. User clicks a link on

[orkut-developer] How to create Orkut-styled popups/dialogs

2009-08-10 Thread pegooli
Hi, I'm looking for a Javascript Client API that would allow me to show a dialog to the user that would let her to pick a friend(s) and write a message. I've looked at opensocial.requestSendMessage API but that doesn't give me quite what I want. I'd like to be able to: - Set a different label fo

[orkut-developer] How to start developing application

2009-07-14 Thread sanju
Can any help me how start developing …. Thanks. --~--~-~--~~~---~--~~ 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 fr

[orkut-developer] How to delete my application?

2009-06-21 Thread Diego Garrido
Hello guys, I need to delete my application, because I have to change my app URL. How to do? PS: I do not care if my data will be lost. I just wat to change. Thanks. Sorry about my disgusted english :s --~--~-~--~~~---~--~~ You received this message because you a

[orkut-developer] How To Post app For Update frndlist?

2009-06-19 Thread Swarnava Sengupta
hii orkuteers can nybody temme how can i post mah app on update section...provide me code plz...and i check dis forum rare so plzz reply on mah sb if u can http://www.orkut.co.in/Main#Scrapbook.aspx?uid=16319692112664226660 --~--~-~--~~~---~--~~ You received this

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

2009-06-13 Thread Prashant Patil
Hi Guides posting this topic 2nd time as last time i got one mail from googlepages as i have few apps and to migrate / chage alias of that app from googlepages to GGE. as googlepages is about to move to sites.google.com How can i migrate my app without losing app's users! Regards Prashant! --~--

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

2009-06-09 Thread Abhinav Chittora
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 scraping is in beta version of 0.8 (ref. http://www.mail-archive.com/opensocial-...@googlegroups.com/msg03101 ) but as orkut is also using 0.8 but not getting how to s

[orkut-developer] How to Fetch RSS feed

2009-06-04 Thread Javediq143
Hi All, I've got an application to be made where I need to fetch RSS feed from the clients website and displays the content in this application. I know very little about RSS as an XML formatted file used to distribute our content on other sites. Please correct me if I am wrong. I've searched htt

  1   2   3   >