5

Just wanted to know if anyone knows how to query the Facebook Credits (FBC) API for the number of credits a user has? My application has this requirement, and there's is no explanation or mention of this in the FBC API.

Thanks

dornad
  • 1,274
  • 3
  • 17
  • 36

4 Answers4

0

Maybe try checkout Facebook's Credits API @ http://developers.facebook.com/docs/creditsapi?

evandrix
  • 6,041
  • 4
  • 27
  • 38
0

I searched before, but there is no method to get user credits, no Graph API or FQL Tables can return user credits.

Hamza
  • 1,087
  • 4
  • 21
  • 47
0

SOLVED:

It seems that this was something missing from the Facebook Credits API.

This is a feature that seems to be avialable only to developers that are using Facebook Credits as the exclusive method of payment.

More info @ http://developers.facebook.com/docs/creditsapi , section "Get Balance".

dornad
  • 1,274
  • 3
  • 17
  • 36
0

There is no longer a "Get Balance" section on that page and no other information there to says how to get the user's credit balance.

Daniel
  • 629
  • 6
  • 17