[orkut-developer] Re: How To Track My Orkut Application?

2008-07-07 Thread Balaji Jayaraman
Jattfx, i missed out this opensocial data store where apps can read and write datas. anyway thanks jattfx. On Jul 8, 11:34 am, Balaji Jayaraman <[EMAIL PROTECTED]> wrote: > Thanks Jattfx. So, do i need a backend to store those details? > > On Jul 6, 10:34 pm, Jattfx <[EMAIL PROTECTED]> wrote: >

[orkut-developer] Re: How To Tracking My Orkut Application?

2008-07-07 Thread Balaji Jayaraman
Thanks Jattfx. So, do i need a backend to store those details? On Jul 6, 10:34 pm, Jattfx <[EMAIL PROTECTED]> wrote: > This shouldn't be hard for you totrack. Each users has a unique ID > number, just add the id + timestamp they added and then make a quick > stcript to display the results. > > O

[orkut-developer] Is there a way to track our orkut application?

2008-07-07 Thread Balaji Jayaraman
Hi all, Is there a way to track our orkut application. i.e # No of users using our application. # No of users added today. # No of users visited today. I need some sort of statistics. Please let me know.. Thanks, Balaji Jayaraman --~--~-~--~~~---~--~~ You received

[orkut-developer] Re: Adobe Flash Related Questions

2008-07-07 Thread davew
A1: Yes you can add Flash to a OpenSocial application, and have it load data or assets from an external server. You can either use the js makeRequest (via the actionscript ExternalInterface) or you can use a crossdomain.xml to talk directly to your server. You do not need to bundle all resources

[orkut-developer] Re: How to make SendMessage working?

2008-07-07 Thread JevS
Jason, As possible clue, I found also following line in OS libraries: var os_jb={TOP_FRIENDS:"topFriends",NAME:"name"},os_kb=os_jb.TOP_FRIENDS;os_x.SortOrder=os_jb; On Jul 7, 9:07 pm, JevS <[EMAIL PROTECTED]> wrote: > Jason, > Thanks for looking.  I finally found it. The reason is due to variabl

[orkut-developer] Re: How to make SendMessage working?

2008-07-07 Thread JevS
Jason, Thanks for looking. I finally found it. The reason is due to variable declaration: var name = ""; Probably variable 'name' is used somewhere in OS libraries. Jevs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[orkut-developer] Re: sandbox add application issue

2008-07-07 Thread omer
http://orkutdeveloper.blogspot.com/2008/07/bad-bad-server-no-donut-for-you.html On Jul 7, 4:07 pm, dominic <[EMAIL PROTECTED]> wrote: > I'm also having issues as well.  I just signed up for the sandbox > before the weekend. When I got back to work, the application to use > the sandbox was approve

[orkut-developer] Search

2008-07-07 Thread einstein'
A busca avançada de amigo não está funcionando, ou seja, não consigo colocar filtros para encontrar pessoas dentro de determinadas restrições. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" gr

[orkut-developer] Re: sandbox add application issue

2008-07-07 Thread dominic
I'm also having issues as well. I just signed up for the sandbox before the weekend. When I got back to work, the application to use the sandbox was approved. I added my helloworld app to my profile and I got the response HelloWorld. I changed my xml file, and it took some time for the text to

[orkut-developer] Re: A new application we develope - your sugesstions (some questions)

2008-07-07 Thread Jason
The current version of the OpenSocial API does not allow you to retrieve the data for friends-of-friends. Even if it did, however, this wouldn't be very useful to you unless these friends had your application installed since most containers (including orkut) prevent applications from accessing inf

[orkut-developer] Re: Can I see data of people who aren't my friends (that is - )

2008-07-07 Thread Jason
At the moment, no -- your application can only retrieve the friends of the "owner" (the individual who installed the application) and "viewer" (the current user of the application who may or may not be the owner). The next version of the OpenSocial API, which is not too far off, will include the

[orkut-developer] Re: saving information - how??

2008-07-07 Thread Jason
You have several options here but it boils down to two core choices: 1. IF you don't have your own back-end server and don't expect users to save over 10 KB of text, you can use the OpenSocial persistence API. This API includes a pair of methods, newUpdatePersonAppDataRequest and newFetchPersonAp

[orkut-developer] Re: sandbox add application issue

2008-07-07 Thread Zeta
I get the same error from time to time. Not sure what's the problem, though. On Jul 7, 3:02 pm, omer <[EMAIL PROTECTED]> wrote: > When I try to add any application in sandbox I get the following error > - > > "There was an error getting information about this application:" > > Could someone pleas

[orkut-developer] Beginner: Tutorial -> Posting to Activity Stream Does Not Work

2008-07-07 Thread Zeta
Hi, I have been following the OpenSocial Tutorial up to part 5 (where the posting activity occurs) and I have not been able to post any activity to the stream. I used the code from: http://opensocial-resources.googlecode.com/svn/samples/tutorial/tags/api-0.7/gifts_5_streams.xml which uses: http:/

[orkut-developer] sandbox add application issue

2008-07-07 Thread omer
When I try to add any application in sandbox I get the following error - "There was an error getting information about this application:" Could someone please look into this. Thanks, Omer --~--~-~--~~~---~--~~ You received this message because you are subscribed

[orkut-developer] Re: Downloads vs Source, Where to put App before submitting ?

2008-07-07 Thread Jason
Can you be more specific? Are you referring to a Google Code-hosted project or are you using a different host? Can you provide a link to your project? - Jason On Jul 4, 4:02 pm, abhi <[EMAIL PROTECTED]> wrote: > hi, > > i put all my application file in the download section, now i cant > deleted

[orkut-developer] Re: CSS doesn't load in IE7

2008-07-07 Thread Jason
Hi Bruno. Yes, absolute URLs are required since all resources (images, style sheets, etc.) are proxied for performance reasons. Did you refresh your application's cache (by appending &bpc=1 to the URL in your address bar) after specifying the complete URL? If so, have you tried disabling URL rewr

[orkut-developer] Re: query

2008-07-07 Thread Jason
Please post all non-platform-related questions to the general orkut discussion group. This forum is intended for orkut application developers. http://groups.google.com/group/orkut-help - Jason On Jul 4, 1:46 am, manu <[EMAIL PROTECTED]> wrote: > hi, >  by mistakely i switched  to lighter mode b

[orkut-developer] Re: Can not find viewer & owner id …..

2008-07-07 Thread Jason
Is this your entire snippet? Where are you calling onLoadFriends from? You should be able to use this snippet to get the IDs you need. Notice that I use the opensocial.Person getId method rather than using the URL parameters for this. function request() { var req = ope

[orkut-developer] Please Explain Following Code from the Tutorial

2008-07-07 Thread isolated
req.add(req.newFetchPersonRequest('VIEWER'), 'viewer'); req.add(req.newFetchPeopleRequest('VIEWER_FRIENDS'), 'viewerFriends'); What this code will actually do, Please reply in depth Thanks in advance --~--~-~--~~~---~--~~ You received this message because you

[orkut-developer] Re: How to make SendMessage working?

2008-07-07 Thread Jason
Hi Jevs. I'm able to reproduce this issue on my end but I'm still trying to track down the cause. Do you happen to have an uncompressed version of your source that you can share? That will make my debugging go quite a bit faster. Thanks. - Jason On Jul 2, 9:19 pm, JevS <[EMAIL PROTECTED]> wrote:

[orkut-developer] Adobe Flash Related Questions

2008-07-07 Thread isolated
Hello All Q:1 Can i add a .swf file in the Application which loads data from an external server? I read in the documentation that all the resouces should be bundled in the .swf file. Q:2 In ordinary html we can set many parameters for a .swf file, like autoplay, transparent window, even we can

[orkut-developer] Some Questions Please Answer

2008-07-07 Thread isolated
Hello All Q1 Can i encrypt my source code of my gadget? Q2 I came to know that now only those applications are accepted which will have the social features. I have seen some "Qoute of the Day" related Apps in the Directory. I also want to make 1 like that. will it be accepted or not? Thanks in

[orkut-developer] watch actress sexy photo from movie clips http://priyamaniforyou.blogspot.com/

2008-07-07 Thread hot sharmila
watch actress sexy photo from movie clips http://priyamaniforyou.blogspot.com/ --~--~-~--~~~---~--~~ 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@g