Re: [OpenSocial] Re: want to fetch opensocial.Address.Field.COUNTRY

2010-08-11 Thread abhijeet mandal
field? You could query the getSupportedFields rest call (http://opensocial- resources.googlecode.com/svn/spec/1.1/Social-API-Server.xml#People- Service-GetSupportedFields) and try and find out. Do you have a snip of code to post as well? -Mark W. On Aug 7, 10:57 am, abhijeet mandal

Re: [OpenSocial] Re: opensocial.requestSendMessage is not working

2010-08-11 Thread abhijeet mandal
hello Rohini, the below code will send you message ?xml version=1.0 encoding=UTF-8? Module ModulePrefs title=sendMessage author=ABHIJEET MANDAL author_email=dinesh.abhij...@gmail.com description=send message help file Require feature

Re: [OpenSocial] opensocial.requestSendMessage is not working

2010-08-11 Thread abhijeet mandal
hello Rohini, the below code will send you message ?xml version=1.0 encoding=UTF-8? Module ModulePrefs title=sendMessage author=ABHIJEET MANDAL author_email=dinesh.abhij...@gmail.com description=send message help file Require feature

[OpenSocial] about to submit an application

2010-08-09 Thread abhijeet mandal
i am about to complete my orkut application and as soon as i want to submit it but how many days will it take to clear the review process. i mean what things to be done before submitting. if you have any link regarding this topic please send me -- You received this message because you are

[OpenSocial] not able to fetch country can anyone pls help

2010-08-07 Thread abhijeet mandal
i don't know what is the mistake in my code i am able to fetch other data but not country i know i have coded some thing wrong can u please correct my mistakes function response(data) { var viewer = data.get(viewer_profile).getData(); var aboutme =

[OpenSocial] want to fetch opensocial.Address.Field.COUNTRY

2010-08-07 Thread abhijeet mandal
i am not able to fetch opensocial.Address.Field.COUNTRY can anyone please try to give the sample code i tried the sample code for opensocial.Person.Field.ABOUT_ME its working fine please help me to run opensocial.Address.Field.COUNTRY can anyone help, i will be very thankful to you. -- You

[OpenSocial] OpenSocial ID string

2010-08-02 Thread abhijeet mandal
for accessing information for an arbitrary user what OpenSocial ID string has to be passed other than OWNER or VIEWER? -- You received this message because you are subscribed to the Google Groups OpenSocial Application Development group. To post to this group, send email to

Re: [OpenSocial] fetch random people

2010-07-28 Thread abhijeet mandal
name, thumbnail, profile url. So you can show any user to any user. On Wed, Jul 28, 2010 at 1:26 AM, abhijeet mandal dinesh.abhij...@gmail.comwrote: suppose two person A and B added my application and they need not be friends. now how can my application show data of person B to person

[OpenSocial] need help

2010-07-28 Thread abhijeet mandal
When each user add app, how can i store user personal data in my database like name, family name, thumbnail, profile url etc. i m using php and myql. -- You received this message because you are subscribed to the Google Groups OpenSocial Application Development group. To post to this group,

[OpenSocial] fetch random people

2010-07-27 Thread abhijeet mandal
suppose two person A and B added my application and they need not be friends. now how can my application show data of person B to person A. opensocial provide API to fetch OWNER and VIEWERS profile i need a technique such that the OWNER A can fetch person B. -- You received this message because

[OpenSocial] Validating Signed Requests

2010-07-25 Thread abhijeet mandal
to validate a signed RSA-SHA1 request i need oauth_consumer_key xoauth_signature_publickey how do i know the value of oauth_consumer_key xoauth_signature_publickey -- You received this message because you are subscribed to the Google Groups OpenSocial Application Development group. To post

[OpenSocial] how to work with ajax

2010-07-24 Thread abhijeet mandal
the below code is working fine in my webite check it out:- http://abhijeetmandal.xtreemhost.com/sandbox/test1.html xmlhttp.open(GET,http://abhijeetmandal.xtreemhost.com/sandbox/gethint.php?q=+str,true); but when i am applying it in my orkut application why isn't giving any output, i applied all

Re: [OpenSocial] How can I upload content from a browser?

2010-07-24 Thread abhijeet mandal
i didn't understand what u wanna say pls check it out this may help http://wiki.opensocial.org/index.php?title=Introduction_To_Signed_Requests On 7/25/10, Gabriel Guardincerri gguar...@gmail.com wrote: Hi, Thanks for the response! But I'm confused. There's a Server spec about uploading

Re: [OpenSocial] How can I know who is using my apps?

2010-07-22 Thread abhijeet mandal
yes i am too interested to know this answer. On 7/22/10, e0x luiz.bos...@gmail.com wrote: There is a way to know who is using my app? I just know the numbers 26 users are using your app but I dont know who... There is possible to know ? Thanks -- You received this message because