[orkut-developer] Re: opensocial.Person.Field.PROFILE_URL returns sandbox url

2009-08-13 Thread anatoly
the orkut > sandbox profile url. > Are you seeing this with an app on the live site? > Please provide us more info to investigate further. > > Regards, > Athira > > On Aug 13, 3:19 pm, anatoly wrote: > > > > > opensocial.Person.Field.PROFILE_URL > >

[orkut-developer] (504) Gateway Timeout for images

2009-08-13 Thread anatoly
Hello I'm getting intermittently "(504) Gateway Timeout" error for regular user/friend profile image url. Please check it out, thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group.

[orkut-developer] opensocial.Person.Field.PROFILE_URL returns sandbox url

2009-08-13 Thread anatoly
opensocial.Person.Field.PROFILE_URL returns sandbox profile url on the live site (sandbox.orkut.com) etc. obviously this is a bug? Please fix --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum

[orkut-developer] Re: is requestSendMessage function currently broken??

2009-06-15 Thread anatoly
Why so long? On Jun 14, 8:06 am, Sachin Shenoy wrote: > Yes, this is broken currently. Fix will take around two weeks time. > Thanks, > Sachin > > > > On Fri, Jun 12, 2009 at 6:01 AM, DON wrote: > > > Hi all, > > > I am trying to post a message to users using the example code, it > > worked fo

[orkut-developer] Re: owner.url value is not correct on profile template

2009-05-22 Thread anatoly
e "/Main#Profile.aspx...". > > > However, if you try to use http://www.orkut.com$ > > {owner.profileUrl}...>, the link is OK, but OS templates strips the > > target, so ultimately the link doesn't work. > > > So I can only see you link to canvas pages, ei

[orkut-developer] Re: owner.url value is not correct on profile template

2009-05-20 Thread anatoly
tely the link doesn't work. > > So I can only see you link to canvas pages, either for the owner with > or to someone with . > > On 20 maio, 00:53, anatoly wrote: > > > > > no it doesn't work - I get the same value. > > also: I think that profileUrl

[orkut-developer] Re: owner.url value is not correct on profile template

2009-05-19 Thread anatoly
you must be explicit, use this: > > > > let me know if it works! > > On 19 maio, 22:47, anatoly wrote: > > > > > no > > > I use the code from the official orkut sample: > key="owner" /> > > > but why should I? > > > I don't

[orkut-developer] Re: profile templates - string operations

2009-05-19 Thread anatoly
d to use messages like "Please > > access the application again to update your profile view", or "John > > Smith has to access the application again to update his profile view". > > > On 19 maio, 23:03, anatoly wrote: > > > it is feasible to make th

[orkut-developer] Re: profile templates - string operations

2009-05-19 Thread anatoly
e "repeat" > attribute > > On 19 maio, 22:44, anatoly wrote: > > > > > Hello > > > I find it impossible to do any simlest string operations on profile > > template. > > If there is any solution possible without using additional server > >

[orkut-developer] Re: owner.url value is not correct on profile template

2009-05-19 Thread anatoly
gt; request? > > On 19 maio, 22:30, anatoly wrote: > > > > > Hello > > > The following construction (taken from the sample app) > > ${owner.name.givenName} ${owner.name.familyName} > > > > > gives me the following url for > > owner.url:

[orkut-developer] profile templates - string operations

2009-05-19 Thread anatoly
Hello I find it impossible to do any simlest string operations on profile template. If there is any solution possible without using additional server round trip - I would kindly appreciate it. Please note - appdata was already saved for many users in a certain format and it is impossible to cha

[orkut-developer] owner.url value is not correct on profile template

2009-05-19 Thread anatoly
Hello The following construction (taken from the sample app) ${owner.name.givenName} ${owner.name.familyName} gives me the following url for owner.url: http://72a86m9i3qbnvikv0r6t8579hpvud3f6.a.orkut.gmodules.com/gadgets/ gives error 404. a bug? --~--~-~--~~~---~

[orkut-developer] Re: Unable to retreive appdata on profile template

2009-05-19 Thread anatoly
.geocities.com/apurv_gupta_2000/test.xml > > > On Tue, May 19, 2009 at 4:40 AM, anatoly wrote: > > > > It doesn't work. > > > I'm unable to fetch appdata for owner on profile. > > > > I just check for null but there is additional functionality on

[orkut-developer] Re: Unable to retreive appdata on profile template

2009-05-18 Thread anatoly
19, 12:59 am, "api.sh" wrote: > Anatoly, > > I tried your gadget xml in sandbox and it works.  I compared your osml > tags in fetching appdata against the ones in this sample: > > http://wiki.opensocial.org/index.php?title=Building_a_simple_app_usin... > > There ar

[orkut-developer] Re: Unable to retreive appdata on profile template

2009-05-04 Thread anatoly
anyone? On May 2, 4:22 am, anatoly wrote: > Hello > > I use the following code: > http://ns.opensocial.org/2008/</a> > markup"> >            <os:OwnerRequest key="owner" /> >             <os:PersonAppDataRequest key="data" metho

[orkut-developer] Unable to retreive appdata on profile template

2009-05-01 Thread anatoly
Hello I use the following code: http://ns.opensocial.org/2008/ markup"> http://ns.opensocial.org/ 2009/ext

[orkut-developer] Re: Huge change in List in One Night - Urgent

2009-04-04 Thread anatoly
seconded Why there is so huge change and no announcement about this? On Apr 4, 5:24 am, Tom wrote: > Hellow > > I Wana ask you why there is so much Change in List In One night is > there any working going on in orkut , that make apps list to change in > one night , and when you are giving all

[orkut-developer] Re: What good is the new Albums Photo API ?

2009-03-17 Thread anatoly
user != API API can be used to automatically steal all photos from the site. Permission granted by a user for the gadget to use her friends photos is not relevant. Other users must explicitly change their permissions to allow 3rd parties to access their photos via API via a friend. hope this

[orkut-developer] Re: Data Pipelining and Templates

2009-03-09 Thread anatoly
ng? On Mar 9, 12:33 pm, Apurv Gupta wrote: > You can use HttpRequest and pass @app in a parameter to generate the right > view. You can test if things are working by using the canvas view.Profile > views for compliant apps will be enabled in a few weeks. > > > > On Mon, Ma

[orkut-developer] Re: Data Pipelining and Templates

2009-03-09 Thread anatoly
Apurv Gupta wrote: > Hi, > I am not sure you can get the gadget-id. To pass the id where required, you > can use @app in the templates. Why do you need the gadget Id, incidentally? > > -apurv > > > > On Mon, Mar 9, 2009 at 3:24 PM, anatoly wrote: > > > Hi apurv

[orkut-developer] Re: Data Pipelining and Templates

2009-03-09 Thread anatoly
Hi apurv How can I make an equivalent to the following call in templates gadgets.util.getUrlParameters()["gadgetId"] to get the gadget id? Did not find that in the docs thanks On Mar 9, 7:41 am, Apurv Gupta wrote: > Hi Sharath, > Those are regular html tags and are allowed. > > @prashant:

[orkut-developer] Profile view templates and gadgets.util

2009-03-06 Thread anatoly
Hi How do I get the gadget id with new profile templates? in OS I did the following: gadgets.util.getUrlParameters()["gadgetId"] How to do it now? I didn't find suitable template tag. Is there an easy way? thanks --~--~-~--~~~---~--~~ You received this messa

[orkut-developer] Re: Profile boxes of application

2009-03-02 Thread anatoly
seconded also have app in the top 15 and not whitelisted. On Mar 2, 9:54 am, Yeva Hovhannisyan wrote: > So is it possible to be included in those whitelist? > Which criterion should meet my app to do so(e.g. I have application in > first page of most popular applications directory for which

[orkut-developer] Re: The end of hope - Orkut opensocial

2009-03-01 Thread anatoly
I agree with people here. Profiles views should be restored. - I have several apps - there functionality is totally based on profile view visibility. - My 25 apps are disabled now in profile view. One of my apps is on the 1st page (in top-15) and still profile view is disabled. There are apps be

[orkut-developer] Re: Unpredictable application review process...

2009-03-01 Thread anatoly
@sunnydiv Nice for you that you are defending orkut glitches all the time here on this forum. However I think you should read carefully the entire thread and not just the 1st post (+ links posted). On Feb 28, 10:05 am, sunnydiv wrote: > hi there Connexions, > i have been developing orkut ap

[orkut-developer] want to escalate buggy review process issues

2009-02-26 Thread anatoly
Hello I have 2 apps pending very long time (1 is pending for as long as 1 month now). The review process handled over here in orkut is mishandled, newly introduced "similarity check" is buggy and my apps always have false positives. My apps have been twice rejected for being "similar" to mine e

[orkut-developer] Re: Delay in app review process

2009-02-26 Thread anatoly
@Vijaya Another my app got rejected right now for similarity with the following app which is not mine this time: http://www.orkut.co.in/Main#Application.aspx?appId=722467844182 This is the 1st time I see this app. No way it could be similar. Please do something with your BUGGY similarity chec

[orkut-developer] Re: Delay in app review process

2009-02-26 Thread anatoly
Hi Vijaya I sent 2 urls to you. please also take a look at this thread: http://groups.google.com/group/opensocial-orkut/browse_thread/thread/61b077f1a5e8c3d6 (similar apps got approved despite similarity check) thanks On Feb 26, 10:31 am, Vijaya wrote: > Have you verified each of your app

[orkut-developer] Re: Delay in app review process

2009-02-25 Thread anatoly
hes > > to my email account lately about 2 weeks late from the week of review. > > > Yours Sincerely and Faithfully > >  Prakhar Prasad > >  Ranchi > > > On 20/02/2009, anatoly wrote: > > > > @Sapplica > > > > Apps are COMPLETELY different. >

[orkut-developer] Similar apps got approved last week

2009-02-25 Thread anatoly
Hello There is check for similarity now on orkut platform. However, there are many similar apps got approved, while good apps got rejected (for "similarity" because authored by the same dev). Similar apps which got approved on orkut just recently: 1) http://www.orkut.com/Main#Application.aspx?a

[orkut-developer] Re: Delay in app review process

2009-02-20 Thread anatoly
ive orkut some > benefit. This type of review process ensures that others out there are > not copying our code or concepts to create similar apps. > > On Feb 20, 5:45 pm, anatoly wrote: > > > > > @Vijaya > > > 2 apps of mine were rejected today for "simila

[orkut-developer] Re: Delay in app review process

2009-02-20 Thread anatoly
@Vijaya 2 apps of mine were rejected today for "similar content". which is false ("similar" apps are also mine). Apps are completely different. 1 of these apps was pending 21 days for review. If this is what you call "app revieew process resumed" - you have a big mistake. Review process is mi

[orkut-developer] 2 apps falsely rejected for similar content

2009-02-20 Thread anatoly
Hello I got 2 apps rejected today for "similar content". however both apps in question are COMPLETELY NEW with brand new content. Please recheck my apps. 633131819257 712208538817 The apps which are claimed to be similar to those are also mine, but they are COMPLETELY DIFFERENT. What is happ

[orkut-developer] Re: app pending review 11 days

2009-02-17 Thread anatoly
uld be hearing > from the reviewer within a week. > > Thanks for your patience, > Vijaya > > On Feb 10, 8:47 am, ron wrote: > > > > > even my app is also pending for 15 days ?? > > > On Feb 9, 3:41 pm, anatoly wrote: > > > > Hello > &

[orkut-developer] app pending review 11 days

2009-02-09 Thread anatoly
Hello My app. is pending review 11 days now. Why am I waiting for so long? Anyone from orkut team? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, s

[orkut-developer] apps not loaded on main orkut

2009-02-04 Thread anatoly
Hello I just checked orkut and none of the apps is loaded on canvas. Is there any problem? Not just my apps but you can try any app. All apps are loading just fine on sandbox @orkut ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[orkut-developer] Re: Important announcement regarding your app on orkut

2009-01-20 Thread anatoly
It worked for me. Make sure you put it inside cdata in content. however I have another question. Can I remove the code after verification? On Jan 20, 10:52 am, "doxtop doxtop" wrote: > Hi > >  Today I received a mail from Orkut team regarding our application with > "Important announcement rega

[orkut-developer] 10 apps pending for approval long time

2008-12-12 Thread anatoly
Hello I have 10 apps pending for approval long time. This is more than 10 days now. And I have another 10 ready to submit, just not sure what is going on with approval process. Anyone from orkut team? --~--~-~--~~~---~--~~ You received this message because you ar

[orkut-developer] Re: don't get notifications for app.approvals

2008-12-02 Thread anatoly
their status is apporved since I can see them in the gallery and for www.orkut.com on my profile. I didn't get notifications however. thanks On Dec 2, 8:22 am, Vijaya <[EMAIL PROTECTED]> wrote: > By 'app urls' I mean the URL to the app xml for the 5 apps. Using them > I can verify the status of

[orkut-developer] Re: don't get notifications for app.approvals

2008-12-01 Thread anatoly
5 were approved but only 1 notification was send app urls? why is that? On Dec 1, 10:46 am, Vijaya <[EMAIL PROTECTED]> wrote: > Are you saying that only 1 app was approved or that all the 5 apps > were approved but only one notification was sent? > Please send the app urls so we can look into i

[orkut-developer] Re: don't get notifications for app.approvals

2008-12-01 Thread anatoly
5 were approved but only 1 notification was send On Dec 1, 10:46 am, Vijaya <[EMAIL PROTECTED]> wrote: > Are you saying that only 1 app was approved or that all the 5 apps > were approved but only one notification was sent? > Please send the app urls so we can look into it. --~--~-~--~--

[orkut-developer] Re: waiting long time for app. approval

2008-12-01 Thread anatoly
http://www.onecone.com/pages/roses/orkut/animatedroses.xml On Dec 1, 10:43 am, Vijaya <[EMAIL PROTECTED]> wrote: > Please send the app url so we can look into it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orku

[orkut-developer] Re: requestSendMessage: App. Logo and HTML

2008-11-29 Thread anatoly
In addition to stripping html from sent email issue - it also stripps images with source extension other than jpg, gif, png. I'm generating dynamic image and it gets totally stripped form preview popup. On Nov 28, 11:11 am, Vijaya <[EMAIL PROTECTED]> wrote: > The logo display problem is a know

[orkut-developer] don't get notifications for app.approvals

2008-11-28 Thread anatoly
Hello I don't get notifications for app. approvals. 5 apps. approved recently - 1 notification. thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send ema

[orkut-developer] waiting long time for app. approval

2008-11-28 Thread anatoly
Hi I'm waiting long time for app. approval. I have other apps submited days later already approved. appId=108019251793 thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post

[orkut-developer] Re: How to get user id of orkut user

2008-11-28 Thread anatoly
described here: http://code.google.com/intl/en-US/apis/orkut/docs/orkutdevguide/orkutdevguide-0.8.html On Nov 28, 1:47 pm, ARUP <[EMAIL PROTECTED]> wrote: > I want user id in my orkut application. can you tell me how can i get > logged in orkut user's ID from my orkut application --~--~-~

[orkut-developer] Re: How to fetch Friendlist inside application

2008-11-27 Thread anatoly
you can use HAS_APP filter when fetching viewer friends params[opensocial.DataRequest.PeopleRequestFields.FILTER] = opensocial.DataRequest.FilterType.HAS_APP; etc On Nov 27, 6:10 am, scrappur <[EMAIL PROTECTED]> wrote: > Hellow > > 1.I want To add a list of those users who have added this appl

[orkut-developer] application directory - newest additions

2008-11-27 Thread anatoly
Hello Why is it is designed this way for application directory - "newest additions" only 3 visible? Please make it at least 10 or 20 to be visible on the 1st page. Or better use existing app. directory canvas, just make separate tabs for: 1) most popular 2) newest additions where most popular

[orkut-developer] Re: how to construct Person

2008-11-26 Thread anatoly
> (); > > Why do you want to create a Person object yourself? What are you > planning to do with it? > > - Jason > > On Nov 25, 2:03 am, anatoly <[EMAIL PROTECTED]> wrote: > > > > > I know how to deal with owner or viewer > > I don'

[orkut-developer] requestSendMessage: App. Logo and HTML

2008-11-26 Thread anatoly
1) App. logo is not displayed on the popup. 2) html is stripped from the message - what gives? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to openso

[orkut-developer] Re: requestSendMessage doen's work

2008-11-26 Thread anatoly
ok figured that out: if it helps anyone --> OS id is a string on orkut not a number, so it requires quotes. On Nov 26, 5:21 pm, anatoly <[EMAIL PROTECTED]> wrote: > Hi > > requestSendMessage doesn't work - I'm getting 'undefined' error when > using

[orkut-developer] requestSendMessage doen's work

2008-11-26 Thread anatoly
Hi requestSendMessage doesn't work - I'm getting 'undefined' error when using callback and check for error. it simply doesn't send message: var params = []; params[opensocial.Message.Field.TITLE] = "Hola!"; var body = "Check out xxx!"; var mess = opensocial.newMessage(body, params); opensocial.

[orkut-developer] Re: how to construct Person

2008-11-25 Thread anatoly
I know how to deal with owner or viewer I don't want to update profile I want to construct a Person object smth like: var me = new openSocial.newPerson(id, name...); is that possible or is there any workaround? On Nov 25, 11:12 am, Vijaya <[EMAIL PROTECTED]> wrote: > The Person APIs are for re

[orkut-developer] how to construct Person

2008-11-24 Thread anatoly
Hi How do I construct Person in OpenSocial having id and other fileds (name, thumbnail ulr, etc.) Is it possible in OS 0.7? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To p

<    1   2   3