[orkut-developer] Re: App not showing int the list even after successful addition

2008-10-06 Thread Prashant Lakhlani
hey, you will receive an email from the open social team with the reviews and suggesions and the status of your application submission soon I added my test app to the directory by mistake and they come up with the reply applications in the development cannot be added to the application

[orkut-developer] Submitting Application to Orkut

2008-10-06 Thread sb
Hello, Does anyone know how much time does it take for the application to get activated in Orkut directory? Does Orkut have a support email address for correspondence? I have submitted an application about a week back but haven't received any reply (no confirmation for submission either)

[orkut-developer] Re: Problem loading all friends list

2008-10-06 Thread Memel
Complementing, I've reported the problem to issue list... But, what is this call: ...sandbox.orkut.gmodules.com/46/o/ tiny.txt...? And because so many requests for this file just in IE? Have anybody checked the profile page size (on IE) due these several iframes? Any application that uses the

[orkut-developer] Re: Submitting Application to Orkut

2008-10-06 Thread rd-london
Hi, I'd also like to know the answer to this too please. Thanks, R On Oct 6, 7:11 pm, sb [EMAIL PROTECTED] wrote: Hello, Does anyone know how much time does it take for the application to get activated in Orkut directory? Does Orkut have a support email address for correspondence? I

[orkut-developer] Displaying owner's profile name

2008-10-06 Thread Victor Bursztyn
Hi, I'm fairly new to the OpenSocial API, so I guess my question is a really basic one. This is my first step ahead from displaying a hello world in the app canvas, which was my first test ever. The code is right bellow and only prints the Owner's name: anchor and the The name should apper in

[orkut-developer] Re: Viewer details returned inconsistently? Driving me spare

2008-10-06 Thread rd-london
Right, more information, more detail. See the code below for the simple application, 'friends', slightly altered version of the Google demo code, altered to display more 'viewer' information. If I install this application in user A's profile, and view it as user A (this is all 0.7 and

[orkut-developer] Re: Tab appearance breaks when adding callback function

2008-10-06 Thread Dan (Google Employee)
Hi John, The callback function changeSelectedTab, which is assigned as the default callback function, must be called when the selected tab changes for the tab appearance to properly update. This is because there is an extra element in the tabs outside of the scope of the default tab CSS, that

[orkut-developer] Re: problem for sending message in version 0.8

2008-10-06 Thread Jason
The opensocial.DataRequest.Group constants were removed from OpenSocial 0.8. Try using string literals instead: opensocial.requestSendMessage('VIEWER_FRIENDS', message, notification); - Jason On Oct 3, 1:13 am, hem [EMAIL PROTECTED] wrote: Dear Friends,   I have small problem regarding the

[orkut-developer] Re: List of friends code not working

2008-10-06 Thread Jason
You are using an outdated snippet. orkut doesn't support versions of the OpenSocial specification below 0.7. Try the List Friends sample in the updated OpenSocial Developer's Guide instead (under Complete Code for List Friends): http://code.google.com/apis/opensocial/docs/0.8/devguide.html -

[orkut-developer] Re: __MSG_ Gadget string replacement is not working on Application info page

2008-10-06 Thread Jason
Hi Luke. Language-country combination codes aren't used anymore. Separate them using the 'lang' and 'country' attributes instead, as the localization article demonstrates: http://code.google.com/p/opensocial-resources/wiki/OrkutLocalization - Jason On Oct 3, 1:34 pm, Luke [EMAIL PROTECTED]

[orkut-developer] Re: gadgets is not defined error !!

2008-10-06 Thread Jason
Hi Saurabh. In the future, if you have a problem with a specific application, please provide its URL. When I have the spec's location, I can help you debug. - Jason On Oct 2, 7:26 pm, orkdev [EMAIL PROTECTED] wrote: Hi All, I am getting this javascript error  gadgets is not defined for a

[orkut-developer] Re: Keeping an updated DataBase - problem..

2008-10-06 Thread Jason
Hi Kogan. You can store the items in the back-end and associate them with the user's ID. When a user tries to add an item, use a makeRequest call to send a signed HTTP request to your back-end with the item information. The ID of the user will be sent as a parameter with the signed request so you

[orkut-developer] Re: Having problems with mediaItems in updates

2008-10-06 Thread Jason
Media items are not supported in orkut at this time. - Jason On Oct 3, 11:47 am, Vineet [EMAIL PROTECTED] wrote:         var params = {};         var mediaItems = new Array();                         if(choice==1)                 {  var mediaItem =

[orkut-developer] Re: Storing and displaying activity feeds in the application

2008-10-06 Thread Jason
Hi Swapnil. Since orkut doesn't support newFetchActivitiesRequest, you will have to manage the data on your own. The good news is that you should be able to do this using app data. So, when a user takes a certain action (e.g. adding a favorite or writing a comment), you can store a description of

[orkut-developer] Re: Storing and displaying activity feeds in the application

2008-10-06 Thread Swapnil Shinde
Hi Jason, Thanks for the reply. That helps a lot. This looks like a good quick solution. If we decided to use the persistent storage, how would you recommend storing multiple activities per friend? I think this solution would work best if we want to display the most recent activity from each of

[orkut-developer] Re: Including CSS file in orkut application

2008-10-06 Thread Jason
Thanks for the note Akash. I'll follow up and see if this was caused by a bug in the rewriting mechanism. Just out of curiosity, if you move your link element above all of the script elements, does the URL rewriter inappropriately combine the style sheet and scripts? - Jason On Oct 4, 12:03 am,

[orkut-developer] Re: Gtalk ,Yahoo Chat Apps Not Working Inside Orkut

2008-10-06 Thread Jason
Please provide a link to your app. Are you trying to use GTalk with a Gmail address? If not, have you signed up for a Google Talk account? - Jason On Oct 4, 5:03 pm, scrapur [EMAIL PROTECTED] wrote: Many User Hv Complain on my Blog tht they Fails To Lohin Gtalk and Yahoo apps in Orkut ,and

[orkut-developer] Re: prod.sandbox error when I add my app

2008-10-06 Thread Estevão Lucas
Hi, Yes. When this occurs, is at the first time, after I install the app. But sometimes, I've to do subsequent refreshes. Thanks for you answer. This make me feel more secure. Best Regard On 3 out, 21:27, Jason [EMAIL PROTECTED] wrote: Does this only happen when you first install the app or

[orkut-developer] Re: Query re: tracking applicaiton install/uninstall on Orkut

2008-10-06 Thread Jason
The OpenSocial v0.8 JavaScript API is already in place in the sandbox, but there is no support for lifecycle events just yet. These may come after higher priority initiatives such as the REST API are formally rolled-out. In the meantime, there really is no elegant way to track installs and

[orkut-developer] Re: NETWORK_DISTANCE parameter problem (v0.8..)

2008-10-06 Thread Jason
Hi Kogan. Extended network distance (e.g. friends-of-friends) is not yet supported in orkut. You can continue to access direct friends of the application owner and current user. - Jason On Oct 5, 12:51 pm, Kogan [EMAIL PROTECTED] wrote: Hello, currently the open social v0.8 is supported by

[orkut-developer] Re: Submitting Application to Orkut

2008-10-06 Thread Jason
Hi sb. There was a higher than normal submission rate last week, and the reviewers are currently working through the backlog. You should be hearing from them soon. Let me know what your app's name is, and I'll try to determine your position in the queue. I'm sorry again for the wait. - Jason On

[orkut-developer] Re: Viewer details returned inconsistently? Driving me spare

2008-10-06 Thread Jason
Hi R. Your application should only be able to access information for users who have the application installed. This means that for guest users (users who are viewing an application on another profile but don't have the app installed themselves), the VIEWER object will be null, and hence, viewer

[orkut-developer] Re: Gtalk ,Yahoo Chat Apps Not Working Inside Orkut

2008-10-06 Thread Tavrun
We can easily longin outside apps means in individual page but fails to login inside apps.You can test any gtalk apps as for ex. http://orkut.com/Main#Application.aspx?appId=162010468262 . Thanks On Oct 7, 4:05 am, Jason [EMAIL PROTECTED] wrote: Please provide a link to your app. Are you

[orkut-developer] Re: Invalid OAuth signature in Orkut with C#

2008-10-06 Thread Raman
Memel, can you please explain it a bit further. And, how did you fix it? On Tue, Oct 7, 2008 at 2:19 AM, Memel [EMAIL PROTECTED] wrote: Hi Nemesh, The whole problem was due to the token parameter. Thank you for help. On 4 out, 10:33, Nemesh [EMAIL PROTECTED] wrote: Hello Memel, Here