Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
348 views

Using Java in the Gadget specification xml instead of javascript

How do I develop apps that run on Orkut.com using the OpenSocial java client libraries? I have read the OpenSocial tutorial for Orkut, and am running the simple tutorial app on Orkut. Now I want to ...
1
vote
0answers
65 views

Orkut sample gadget xml?

I am trying to create orkut application using oAuth authentication. I'm referring to following document : http://code.google.com/apis/orkut/docs/rest/developers_guide_protocol.html The part i do not ...
1
vote
1answer
68 views

Error submiting application to orkut sandbox

I am trying to submit an Open Social application to Orkut Sandbox without success. My XML actually looks like this: <?xml version="1.0" encoding="UTF-8"?> <Module> <ModulePrefs ...
1
vote
1answer
196 views

iphone access orkut api

Does anybody know a code sample for accessing the orkut API thought the iPhone SDK? I only found this java version http://code.google.com/p/orkut-os-client/ that's no good for me. Thanks
1
vote
2answers
322 views

how to integrate orkut in my website through orkut api

i'm a beginner to orkut api and i don't know how to integrate orkut in my website. I just don't know how to pass the user information to orkut server to get the response form the orkut server. Can ...
1
vote
2answers
744 views

c# sample code of orkut integration with an ASP.NET web site

Is there any c# sample code of integrating orkut from an ASP.NET web site (oauth authentication, retrieving friends, etc.) Any help would be appreciated Thank you
1
vote
1answer
88 views

Real Time search in Orkut - (like twitter)

Does the OpenSocial or any other API allow access such that we can get real time updates of what users are scrapping about on Orkut ? For e.g. much like I can query twitter on what people are ...
1
vote
2answers
1k views

Orkut application development. How to start?

I am an asp.net developer and would like to create an application to be deployed in orkut application.Where should i start from ? Whats the steps ? Is ASP.NET is a must to develop an application ?
1
vote
3answers
18k views

Java Orkut Login

I want the pagesource of home page of ORKUT (http://www.ORKUT.com) in java. But it needs to be logged in to the ORKUT before accessing any page of it. How can I do it. It should not involve browser ...
1
vote
4answers
1k views

java.lang.OutOfMemoryError in Java

I want to login to ORKUT through a java progrram without involving IE or Firefox, I am using HTMLUnit for this in the following manner: import com.gargoylesoftware.htmlunit.WebClient; import ...
1
vote
4answers
2k views

how to login to a website through java?

I have tried several ways to login to a website through java. I have used watij, HTMLunit etc. but due to not so familiar with any of these, I am not able to login successfully. Can anyone tell me in ...
1
vote
1answer
704 views

Does anyone know the language used to code Orkut?

For sure this question will not help anyone in a heavy way, but it can be useful in somehow. In the beginning, all Orkut pages had the extension *.aspx, but now all pages are "masqueraded" under a ...
0
votes
1answer
20 views

using orkut api in winforms application

I'm looking for an example how to use orkut api in WinForms application it is possible? or if exists something like facebook-c#-sdk for orkut. other way to solve it is very appreciated. Thanks in ...
0
votes
0answers
124 views

orkut Oauth php client: Empty server response Exception

I am using orkut's php open social client v1.0 located at : http://code.google.com/p/orkut-os-client-php/downloads/list I have tried live demos of this library on internet none of them worked fine ...
0
votes
1answer
257 views

Google OpenSocial API problem about Curl Method

I am trying to build an application using Google Opensocial API. But when i make a POST request with following CURL headers, i am getting 405 Method not allowed error : CURLOPT_URL : ...
0
votes
0answers
113 views

'Method Not allowed' in Orkut Oauth PHP client library..!

I am going through the http://code.google.com/p/orkut-os-client-php/ for Orkut OAuth php client as i am trying to write an application in php. I have downloaded the zip from : ...
0
votes
0answers
94 views

How to fix “Method not allowed” problem in Orkut OAuth PHP client library?

I am going through the http://code.google.com/p/orkut-os-client-php/ for Orkut php client as i am trying to write an application in php. i downloaded the zip file from : ...
0
votes
1answer
122 views

Want Source Code of Jar file orkut-os-client-2.0.02.jar

hello i want the source code of orkut-os-client-2.0.02.jar as i need to change somewhat in it.. Thanks in advance..!!
0
votes
1answer
91 views

iPhone SDK - API for orkut

I have worked in retrieving the contacts information from Google contacts in iPhone using gData library. Similarly I gonna work with Orkut. Is there any library available for Orkut like gData? If so, ...
0
votes
1answer
107 views

orkut apis for iphone

does orkut have any api to post messages from iphone? I am developing app for iphone and want the ability to post also to orkut!! i found apis fro facebook and twitter but not for orkut. thanks for ...
0
votes
1answer
53 views

Application not publishing updates to users in simple orkut application

I have made a simple application in which update should be published in activity stream of user on click of - 'Inform your friends & celebrate!' button, but it is not working as coded. Can ...
0
votes
1answer
53 views

Is it possible to an Orkut app to run on background?

I wanted a Twitter-to-Orkut app. Since I haven't found one I was trying to build my own. I haven't found a way to make the app to run periodically without requiring the user opening the app manually. ...
0
votes
2answers
268 views

It possible to integrate Orkut like using Oauth like Facebook and Twitter

I am Haresh, I am new user of stack Overflow. I am posting my first question here As per information i have, Aouth provides very stander plateform for authentication for accessing thirdpary social ...
0
votes
1answer
55 views

Opensocial v9 : Is there a way of requesting only certain field from orkut

I am trying to write a pager from my application which require to get the total number of albums. I can fetch all albums from the orkut but it slow down the transfer rate since I only need the total ...
0
votes
0answers
192 views

Orkut Library and CodeIgniter

I am trying to incorporate the Orkut OS PHP Client into CodeIgniter as a Library, but am having no luck. When I test the Orkut Client out on my localhost as a standalone (not inside CodeIgniter), it ...
0
votes
1answer
259 views

Java orkut client, OAuth keys problems

I am going through the Read Me file of orkut java client, as I am trying to write a orkut standalone application in java. But, Point #3 (under usage section) of Read Me says that :- Get OAuth keys ...
0
votes
2answers
420 views

Orkut api integration

How can we get extensive API support for all Orkut features on Android. or orkut integration with android
0
votes
1answer
69 views

What is the best way to list friends in a paged format using opensocial?

I have got the list of my friends and i can traverse through the collection to list them as per my requirement. But I want to show them in different pages as the people on myspace may have more than ...
0
votes
1answer
24 views

Is <osx:NavigateToApp /> supported on IGoogle?

does not work in case of IGoogle/Gmail application but the same works on Orkut! My question is is it supported on IGoogle/Gmail?
0
votes
1answer
326 views

Can the opensocial API remotely search for users in orkut etc.?

Does anyone know if (and how) I can build an application (Java/Ruby/whatever) doing REST or RPC calls to a social network like Orkut (using opensocial) to search for a user by name or email address? ...
0
votes
1answer
386 views

Can a user connect to my web site using an Orkut account ? Like Facebook Connect but for Orkut

Can a user connect to my web site using an Orkut account ? Just like Google Friend Connect or Facebook, but with Orkut. The idea is, the user goes to my web site, I have a "Connect using Orkut" ...
0
votes
1answer
131 views

Using the OpenSocial API for commercial products

i would like to know if i can develop a OpenSocial based application for Orkut, Facebook, twitter with commercial purpose
0
votes
1answer
235 views

orkut/facebook like image compression

I want to know compression technique used by orkut/facebook albums which compresses image without losing the quality(visually) Or the alternative way to achieve the same effect
0
votes
1answer
211 views

Orkut application development

I am new to orkut application development. I just came to know about jQuery and found it very interesting and useful. Is it possible to use jQuery with open-social to develop orkut applications? ...
0
votes
1answer
93 views

what is the simplest way to recover profile information from orkut for a user (ideally oauth-like login)?

There is a facebook api to recover information about the user, and maybe his friends list as well. Just like that is there something like that for orkut? Hopefully, there will be a class or library ...
0
votes
2answers
164 views

can I find if 2 users are connected on facebook or Orkut? is there any API from either to find it?

I would like to know if I am connect another person (say jack) on Facebook or Orkut using an API. I should be able to use it on my web application.
0
votes
1answer
76 views

Can we access orkut using RSS?

Is it possible to access orkut (features of orkut such as scraps, friend find, etc.) through RSS? We can access facebook using RSS. Does orkut provides similar facility?
0
votes
1answer
777 views

Using Orkut opensocial API from windows application C# Winforms

I am working on a windows application where i want to display orkut user profile details like name, profile pic, albums. Is there some way can I can access user profile data on my windows form using ...
0
votes
1answer
536 views

jQuery and OpenSocial (particularly Orkut)

I want to develop a webpage which fetches some data from my Orkut account using OpenSocial APIs. The language I am working with is JavaScript and I use jQuery. However I must admit that I am a novice ...
0
votes
0answers
230 views

“Share to Orkut” [closed]

On facebook, we can promote our site using "Share to Facebook". Are there any similar things on Orkut?
0
votes
1answer
176 views

orkut application development

hi i want to use java script in orkut application development im a newbie and developing the application first time
0
votes
1answer
406 views

Google Friend Connect ASP.NET

I am using the JS APIS for Google Friend Connect in my ASP.NET app. I am not able to run the application at all. If any body could please let me know how to get the FriendList and show it in ASP.NET ...
0
votes
2answers
127 views

orkut application

hey to all, i am a beginer in developing orkut application. can any one tell me the basics of that like how database is designed and all...
-1
votes
1answer
40 views

orkut themes set [closed]

how to set downloaded themes in orkut ..?
-1
votes
2answers
66 views

orkut application

orkut applicaion , i am applicaion succefully i deployed also my app name ishqiya, i am create first page invite friend but is not crated my second page and how i write back to home button if i link ...
-3
votes
1answer
568 views

Convert the following C# code into java code?

I have the following C# code and I want to have a Java code equivalent to this. The following C# code is from this answer to another StackOverflow question. The code is as follows: string orkutSite ...