You can retrieve birthday notifications, but birthday date is not allowed to
be retrieved, that is why you are getting this error. See more info here:

http://code.google.com/apis/orkut/docs/orkutdevguide/orkutdevguide-0.8.html#profiledata

BirthdayDATE_OF_BIRTHPersonally Identifiable InformationBirthyear
DATE_OF_BIRTHPersonally Identifiable Information

You can get more information about birthday notifications here:
http://code.google.com/apis/orkut/docs/clientlib/profile.html#fetchbirthdaynotifications

Best

Robson Dantas
@robsondantas



On Thu, Apr 14, 2011 at 4:36 AM, soori gokaraju <[email protected]>wrote:

> Hi
>
> *1.*
>                   two day back i had posted an issue that i am unable to
> run the sample program. i got bad request (400 error) while requesting
> authorization URL. Today it started working. I dont know the reason. i
> didn't change any thing in code. First 2 days it worked fine, then from last
> 4 days it stopped working and then today it started working.
> I would like to know the reason, why it is behaving like that? Is the any
> limitation?
> Please let me know the reason. Please reply to me if any one knows the
> reason.
>
> *2.*
>                  To get my profile details i use this code :-
>
>                 GetProfileTx profile =
> orkad.getProfileTF().getSelfProfile();
>                 profile.alsoGetName();
>                 profile.alsoGetThumbnailUrl();
>                 profile.alsoGetProfileUrl();
>                 profile.alsoGetStatus();
>                 profile.alsoGetEmails();
>                 profile.alsoGetGender();
>                 profile.alsoGetPhoneNumbers();
>                 profile.alsoGetBirthday();
>                 profile.alsoGetDOB();
>                 profile.alsoGetAddress();
> BatchTransaction btx = orkad.newBatch();
>                 btx.add(profile);
> orkad.submitBatch(btx);
> OrkutPerson person = profile.getProfile();
> System.out.println("Name : "+person.getDisplayName());
> System.out.println("Birthday: "+person.getBirthday());
> sooin like this
> --
> --
> --
> I am getting birth day as "0"*
> How can i get the my original birthday?
> Please suggest me a way to get birthday or date of birth.
> *
>
> --
> You received this message because you are subscribed to the Google Groups
> "orkut Developer Forum" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/opensocial-orkut?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"orkut Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.

Reply via email to