Questions tagged [credits]
83 questions
2
votes
0 answers
How to check circleci credit usage per repository?
I'm using circle CI to handle testing and deployment for my projects, but evidently I am running out of credits. How to check which repository that consume the biggest credit? And can I disable some workflows/commands if my credit below a certain…

Muhammad Dyas Yaskur
- 6,914
- 10
- 48
- 73
2
votes
1 answer
Facebook Credits Example on App Engine?
Are there any examples of using facebook credits on Google App Engine?
I found this blog post , but it's not complete
http://blog.suinova.com/2011/01/integrating-facebook-credits-api-into.html
I got the sample runwithfriends example working on the…

ben
- 21
- 3
2
votes
1 answer
Why do i keep getting an invalid feedback?
I've been working on the cs50 pset1 credit for the past 36 hours.
My code is not generating any errors but when i enter my card details it shows invalid, what could be the problem.
I'm a noob, guys please help out.
#include
#include…

Gregzone
- 91
- 5
2
votes
2 answers
phpmailer: How to give proper credit on website using phpmailer
We want to use phpmailer https://github.com/PHPMailer/PHPMailer on our Website. I read all I could find on GitHub and with Google but am unable to understand how to give proper credit for using phpmailer on our Website.
Does it has to be visible on…
user5354385
2
votes
0 answers
Paypal payment-gateway to implement Refund & Virtual Credits
We want to integrate Paypal for Australian country, Here we were trying to use Website Payment Pro method to do refund to customer credit / debit cards by using DoNonReferencedCredit API of Website Payment Pro.But this API is not working in…

user1511555
- 21
- 2
2
votes
2 answers
How to create and structure a Virtual Credits System using PHP/MySQL
What is the best way to structure a Virtual Credits System in PHP/MySQL?
I would obviously need one table for each Transaction (debit/credit). I'm thinking I would need the following columns in that table:
TransactionID (unique transaction ID…

ProgrammerGirl
- 3,157
- 7
- 45
- 82
1
vote
1 answer
How can I display the actual price of a purchase that will be made in credits?
When I purchase items for a Zynga game, you can see the price in local currency. What Facebook APIs can be used to determine the price? Can I get the price of credits in either local currency or US dollars? Example below.

Todd Chaffee
- 6,754
- 32
- 41
1
vote
0 answers
How do apps give away Facebook Credits?
I see apps and websites that give away Facebook Credits in sweepstakes, and am curious about the mechanics. I haven't seen anything in the Facebook documentation about how to generate Facebook Credits for a user. Have I missed something? Or are…

Joe Moss
- 11
- 2
1
vote
1 answer
Facebook Credits - Tester
I have an application set up that uses facebook credits set up with a couple of tester-users so we can validate everything works.
We're also tracking revenue in our system, this presents a problem with tester-accounts as their purchase are not…

Alon
- 801
- 1
- 10
- 22
1
vote
0 answers
Facebook Credits - getOrders call for refunds/chargebacks
I am using the Get Orders call for our app as specified in:
developers.facebook.com/docs/creditsapi/
It all works fine when I set the status=settled, but if I set the status to reserved or refunded, then I get no results. This is even over a period…

Kim Ross
- 41
- 2
1
vote
0 answers
getting credits payment informations via graph. is user id encoded?
i was getting user id via graph.
i was using adress like this:
https://graph.facebook.com/9006063926101?access_token=xxxxxxxxxx|xxxxxxxxxxxxxxxxx
now this adress giving me a source like…

Levent Şahin
- 11
- 2
1
vote
2 answers
Why does Facebook Credits callback payments_get_items occasionally not pass user ID?
Our facebook canvas app is having this problem where now, several times a day, the credits callback is passing a signed_request with the following contents:
Array
(
[algorithm] => HMAC-SHA256
[credits] => Array
(
…

Stu
- 1,282
- 12
- 29
1
vote
1 answer
Getting credit_balance
I've got a whitelisted app for credits on FB and I'm trying to get the balance for a user but I keep getting error 13. That credits_balance is not part of the user table.
The docs say to re-authenticate the user after being whitelisted and I…

Jakanapes
- 75
- 7
1
vote
0 answers
iPhone Infinite Vertical Text Scrolling
Possible Duplicate:
How to create a UIScrollView of infinite scrolling?
I'm trying to get a UIScrollView to infinitely scroll vertically and wrap around its contents, in this case a multiline UILabel. (For displaying credits)
I thought it would…

ribbonwind
- 53
- 1
- 1
- 5
1
vote
2 answers
Is it possible to use Facebook Credits as Rewards?
I would like to use Facebook Credits as Rewards, e.g. if a user reaches a next level or a high-score he can earn Facebook Credits. I'am planning to buy on my own (for the app) FB credits and then handing them out as rewards. In the API documentation…

Christian Guenther
- 11
- 1