[orkut-developer] Re: Testing if VIEWER have app installed

2008-04-22 Thread Pedro Teixeira
Hi Dinesh, Actually I thought about it because reading the doc under Orkut querystring parameters: http://code.google.com/apis/orkut/docs/orkutdevguide.html it says gadgets.util.getUrlParameters()[gadgetViewer] will Only available if the viewer has the gadget installed. I performed a simple

[orkut-developer] Re: Testing if VIEWER have app installed

2008-04-21 Thread Pedro Teixeira
I was looking through the docs, and the following seems to be the best way to test if the viewer has the app installed: gadgets.util.getUrlParameters()[gadgetViewer] != would appreciate the comment of any of the gurus ;) tnx, pedro On Apr 17, 10:12 am, Grigolon [EMAIL PROTECTED] wrote:

[orkut-developer] Re: Testing if VIEWER have app installed

2008-04-17 Thread Julian Andrade
Thanx i've created a code that get the viewer appdata. when viewer dont have the app installed the app dont have permission to it, and it return a error. Using this error i can create content for viewer who have app installed and dont :) 2008/4/16, Dinesh Kumar Subramanian [EMAIL PROTECTED]:

[orkut-developer] Re: Testing if VIEWER have app installed

2008-04-17 Thread Grigolon
If you're using a third-party code to persist your data, like PHP, and you're using a database, you can make a simple query to check if user is in your table. Otherwise, follow the links posted by Dinesh. On Apr 16, 6:09 pm, Dinesh Kumar Subramanian [EMAIL PROTECTED] wrote: Hi Julian,

[orkut-developer] Re: Testing if VIEWER have app installed

2008-04-16 Thread Dinesh Kumar Subramanian
Hi Julian, currently there isnt any direct way to know whether the user has the APP or not. look at the following thread for more info.[look at the comment section a workaround mentioned by arne] http://code.google.com/p/opensocial-resources/issues/detail?id=27