Has anyone been able to get the New Payer Promotions described in Facebook's recent developer blog post to work? According to the documentation you should be able to query a new field, is_eligible_promo via the Graph API.
Formatting a call like this only results in the "id" field being returned for me though.
https://graph.facebook.com/USER_ID?fields=is_eligible_promo?access_token=USER_ACCESS_TOKEN
Am I missing something? Do I have to sign up for or enable this somewhere? Or does it just not work correctly?