문제

Scope has user_birthday and email permission but answer has only email and no birthday. If I use user access token then birthday exists but I need to retrieve it using application access token.

What I'm doing wrong?

도움이 되었습니까?

해결책

You are not doing anything wrong. The app access token has the limited powers . It can fetch only the basic details and post feed on user wall. may be it could not fetch the bday details for you. You can read more about app access token on the developers site.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top