[orkut-developer] OAuth not working

2009-11-20 Thread hwked
I have an opensocial app called "Twitkut" which is currently live on Orkut and I'm trying to make authenticated requests to another service (Twitter) using OAuth. In order to make these requests, I emailed oauthproxy...@google.com to get the OAuth Consumer key and OAuth Consumer Key Secret to be i

[orkut-developer] Adjusting height of profile view

2009-08-29 Thread hwked
How can I adjust/set the height of my profile view dynamically/ statically? I'm loading dynamic content using os:HttpRequest in my view. Since we now have to use templates for profile view and cannot use JavaScript to adjust the height of the app, how do we adjust the height of the profile view?

[orkut-developer] Using target attribute with links in profile view

2009-08-29 Thread hwked
I'm trying to create external links in the profile view of my app. For that purpose, I'm using the target attribute in links, eg: Go somewhere out of Orkut However, when I open the profile page in sandbox, the target attribute gets stripped and the site opens within the application container. I

[orkut-developer] Google Analytics in Orkut OpenSocial app

2008-12-20 Thread hwked
Last time I checked, google analytics in OpenSocial was broken. I really want to be able to view usage statistics about my app. So, is there any way I could include analytics into my app? Atleast, I want to be able to know how many people are using my application? I hope the earlier issue has be

[orkut-developer] Re: Caching issues

2008-11-06 Thread hwked
aching entirely. If you want to > control caching, REFRESH_INTERVAL is a much better bet. But since you > asked, I believe makeCachedRequest uses milliseconds. > > - Jason > > On Nov 4, 9:31 am, hwked <[EMAIL PROTECTED]> wrote: > > > Yay, my app is live. Twitkut,http://b

[orkut-developer] Keeping statistics on app

2008-11-04 Thread hwked
How can I use Google Analytics to keep track of who is using my app? I mean like, how many users are using my app? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group,

[orkut-developer] Caching issues

2008-11-04 Thread hwked
Yay, my app is live. Twitkut, http://bit.ly/twitkut But I am experiencing some caching issues. By default, if I make a call to makeRequest, how long does Orkut maintain a copy of the cached version on its servers? And if I do want to use makeCachedRequest, the refreshInterval is specified in "se

[orkut-developer] Re: Disappointed with Orkut Team Response regarding app :(

2008-10-30 Thread hwked
lso added the application. Then a user can follow his orkut > friends' feeds without navigating to each of their profiles > individually. Just an idea. :) > > Cheers! > - Jason > > On Oct 28, 1:14 am, hwked <[EMAIL PROTECTED]> wrote: > > > > > > > I

[orkut-developer] Re: Disappointed with Orkut Team Response regarding app :(

2008-10-29 Thread hwked
h of profiles > using Twitter So  think its Better for you not to thnk for this apps > to approve. Sorry 4 This. > > Thanks > > hwked wrote: > > I recently submitted my opensocial app, TwitKut, to the orkut apps > > directory. What it does is, it displays your recent twit

[orkut-developer] Disappointed with Orkut Team Response regarding app :(

2008-10-28 Thread hwked
I recently submitted my opensocial app, TwitKut, to the orkut apps directory. What it does is, it displays your recent twitter updates on your profile page. I believe it is very useful for people who use twitter a lot and want to update their orkut friends ( including me ). In response, I got the

[orkut-developer] Disappointed with Orkut Team Response regarding app :(

2008-10-27 Thread hwked
I recently submitted my opensocial app, TwitKut, to the orkut apps directory. What it does is, it displays your recent twitter updates on your profile page. I believe it is very useful for people who use twitter a lot and want to update their orkut friends ( including me ). In response, I got the

[orkut-developer] How to add favicon

2008-10-26 Thread hwked
How do i add a favicon/logo to my opensocial app? --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe fr

[orkut-developer] Guideline regarding posting update

2008-10-26 Thread hwked
I came across this in the Orkut Developer Guidelines: Don't automatically post an update when the user installs or views an app. However, my app checks if there is any new twitter update using the Twitter API. If there is, only then does it post an update. Now, this check has to be carried out w

[orkut-developer] Posting Activity to Owner's Stream

2008-10-25 Thread hwked
I need to be able to post an activity to the owner's activity stream when the application is being viewed by any user. Afaik, Activity can only be created and posted if the application is being viewed by the owner of the application. Can I overload this functionality somehow? I really need to be

[orkut-developer] Re: Caching using makeCachedRequest

2008-10-23 Thread hwked
sted per hour. > > This is a difficult issue to explain, but I hope I've helped. Let me > know if you have any follow-ups for me. > > - Jason > >  completely client-side, so separate instances requesting the same > feed will each hit Twitter's server. > > On

[orkut-developer] Re: App working fine in sandbox but not in prod.sandbox

2008-10-23 Thread hwked
when will opensocial v0.8 be coming to orkut? On Oct 23, 3:20 pm, Vijaya <[EMAIL PROTECTED]> wrote: > If you want to submit the apps to be hosted on orkut.com then you > should use opensocial v0.7 and you can test them on prod.sandbox > before submitting them. But if you want to experiment with t

[orkut-developer] Re: App working fine in sandbox but not in prod.sandbox

2008-10-22 Thread hwked
So what you are saying is that I should use opensocial v0.7 ? Orkut does not support opensocial v0.8 right now? On Oct 22, 1:28 pm, Vijaya <[EMAIL PROTECTED]> wrote: > orkut sandbox currently supports v0.8 version of the OpenSocial apis, > whereas prod.sandbox is still at v0.7 and since your app

[orkut-developer] App working fine in sandbox but not in prod.sandbox

2008-10-20 Thread hwked
I am using opensocial 0.8 version for my app. When I test run my app in the sandbox, it runs accurately without any errors. However, when I run the same app in "prod.sandbox.orkut.com" it gives some errors. I am making use of the opensocial.IdSpec class Should I submit my app or do I need to deb

[orkut-developer] Re: Caching using makeCachedRequest

2008-10-19 Thread hwked
Maybe I will need to create a cache of the response locally at each user's computer. But how do I do that :| The twitter api only allows 70 api calls per hour :| hwked wrote: > I am using the makeCachedRequest ( > http://code.google.com/p/opensocial-resources/wiki/GadgetsMakeRequest

[orkut-developer] Update user status

2008-10-18 Thread hwked
Can I access the user's status/ headline ? And change it using opensocial? --~--~-~--~~~---~--~~ 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@googlegro

[orkut-developer] Caching using makeCachedRequest

2008-10-18 Thread hwked
I am using the makeCachedRequest ( http://code.google.com/p/opensocial-resources/wiki/GadgetsMakeRequest ) And I am setting the refreshinterval= 216000, so that the request is made every 1 hour. However my request depends upon the username supplied to the gadget, which would be different for ea

[orkut-developer] Re: newUpdatePersonAppDataRequest causing problems

2008-10-15 Thread hwked
data other than that of the current user. This > > prevents me from overwriting another user's data and with potentially > > malicious content. Your app should still be able to fetch OWNER data, > > but you will only be able to write to the VIEWER's data store. >

[orkut-developer] Re: newUpdatePersonAppDataRequest causing problems

2008-10-14 Thread hwked
t; However, if I replace OWNER with VIEWER in the above statement, it works fine. i.e. " req.add(req.newUpdatePersonAppDataRequest("VIEWER",'twitterid',twit_id)); " works fine. What am I doing wrong? On Oct 14, 3:19 pm, hwked <[EMAIL PROTECTED]> wrote: > Ah I j

[orkut-developer] Re: newUpdatePersonAppDataRequest causing problems

2008-10-14 Thread hwked
Ah I just tried this, and it worked out. If I replace "OWNER" with "VIEWER" everywhere, it works out. Why isn't it working for OWNER ?? On Oct 14, 9:05 am, hwked <[EMAIL PROTECTED]> wrote: > It doesn't seem to be working for me. Neither at sandbox.orkut.

[orkut-developer] newUpdatePersonAppDataRequest causing problems

2008-10-13 Thread hwked
It doesn't seem to be working for me. Neither at sandbox.orkut.com nor at prod.sandbox.orkut.com . I already tried clearing my browser cache here is the relevant piece of code: function storeSettings() { var req = opensocial.newDataRequest(); var twit_id = "ahujaankit"; req.add(

[orkut-developer] Re: Recurring IRC office hours!

2008-10-13 Thread hwked
+1, I too stay in India. On Aug 29, 2:47 pm, Guillaume <[EMAIL PROTECTED]> wrote: > Hi all, > > I agree with Viveka. > Is it possible to have another chat session. > I live in Hong Kong (GMT+ 8) and if I translate the IRC time to my > local time, it will be 4am - 6 am. > > Thanks, > Guillaume > >

[orkut-developer] Re: newUpdatePersonAppDataRequest problem?

2008-10-13 Thread hwked
It doesn't seem to be working for me. Neither at sandbox.orkut.com nor at prod.sandbox.orkut.com . I already tried clearing my browser cache here is the relevant piece of code: function storeSettings() { var req = opensocial.newDataRequest(); var twit_id = "ahujaankit";