I searched a lot, I didn't succeeded in getting the friends birthday
[facebook requestWithGraphPath:@"me" andDelegate:self];
what should I write instead of me to get the friends birthdays. thanks
|
I searched a lot, I didn't succeeded in getting the friends birthday
what should I write instead of me to get the friends birthdays. thanks |
|||
|
|
|
Try with below:
Let me know in case of query/difficulty. Sometimes, Birthday value will be like "null" or only "month & date" or the "full date". So you have to check it manually. I have one requirement in which I have to display only Month & Date. You can check it from below function:
Here, "pstrDate" date value is Facebook birthday date value. I hope it will be helpful to you. Cheers. |
||||
|
|
|
I found an answer & it is as follows:
|
||||
|
|
Get friends_birthday using graph api:
and add permissions like this:
|
||||
|
|