이제 Facebook document of user info에서 is_eligible_promo는 사용자가 관리자 인 앱에만 표시됩니다. 그러나 Payer Promotions document에 따르면, 앱은 지불 자 프로모션 대화 상자를 표시하기 전에 is_eligible_promo 상태를 가져와야합니다. 이제 API가 변경된 후에 플레이어가 지급 자 프로모션을받을 수 있는지 여부를 어떻게 감지 할 수 있습니까?플레이어의 is_eligible_promo 상태를 얻는 방법은 무엇입니까? 새로운 지불 자 프로모션이 현재 작동하지 않습니다.
0
A
답변
0
https://developers.facebook.com/docs/concepts/payerpromotions/에 명시된대로 당신이 GET 요청을 전송하여 그것을 얻을 수 있습니다 : 사용자가 자격이 경우, 당신은 사용자 ID를 얻을 수 있습니다없는 경우, 응답 JSON에 is_eligible_promo 필드를해야합니다 https://graph.facebook.com/USER_ID?fields=is_eligible_promo&access_token=USER_ACCESS_TOKEN .