[orkut-developer] Validating orkut request returning null value

2008-10-27 Thread laden
Hey I am using the below code for making a request for authorization.The alert shows null value.When I am trying to navigate the url directly it was returning failed value.But through this method null value is returned back. function makeSignedRequest() { var params = {};

[orkut-developer] My App is not working in IE

2008-10-25 Thread laden
Hi all, I developed a app which is working well in both mozilla and chrome.But it is not working in IE.Some undefined message is showing.When I request some content from my server and using the content to display on the application.I am using document.getElementById('someDiv').innerHTML = msg; Her

[orkut-developer] Unable to retrieve orkut user id

2008-09-11 Thread laden
I am using the following code but I am unable to retreive the user id. function userIdrequest() { var params = {}; params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = [opensocial.Person.Field.PROFILE_URL]; var req = opensocial.newDataRequest(); req.add(req.newFetc

[orkut-developer] Starting application using PHP.

2008-09-02 Thread laden
I started an application for orkut.And at present I am developing at my pc.Basically I am developing the application on PHP.I used some tabs where in some tabs I am displaying the data coming from my server and in other tabs I am using the data from orkut friends list.I want to host the applicatio