質問

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