Questions tagged [credits]
83 questions
14
votes
1 answer
Where to place the humans.txt file if I cannot put it on the site root?
Background
I'm building a web application for a client.
This app will be accessible to the world and will be placed in a directory (e.g., /my-app) in web-root. A subdomain isn't an option as they don't want to cough up the dough for another SSL…

StevePh
- 143
- 5
10
votes
2 answers
Scrolling credits screen in WPF... ideas?
I'm looking to create a (possibly 3D) scrolling credits screen for my app, that is similar to what you might see at the end of a movie, but should be able to include graphics, animations, etc.
What is the best way to go about doing this? I'm…

devios1
- 36,899
- 45
- 162
- 260
7
votes
2 answers
Android, make an animation text scroll up on the screen like first part of Star Wars
I'm trying to create an animation in my android app.
I want the animation like the credits of Star Wars the movie, where a text goes up gradually. If there is another way to do it than I'd like to know.

Whady
- 135
- 1
- 3
- 11
6
votes
2 answers
facebook, credits payment process error, how to?
I implement the example from facebook credits, and create an test app, added the callback.php in the Callback Url, place my keys correctly. but I get this error:
Sorry, but we're having trouble processing your payment. You have not been charged for…

Patrioticcow
- 26,422
- 75
- 217
- 337
4
votes
1 answer
Facebook Pay Dialog Not Calling Callback After Confirmation
I have implemented a servlet in Java that handles the credits communications with Facebook (as per the API). I implemented the servlet to perform the same functionality as the example php code and following the guidelines in the API.
I send FB the…

Lario
- 41
- 2
4
votes
1 answer
online credit system table layout for transaction destinations foreign key
I'm trying to figure out how to properly store foreign keys when the key points to a different table based on a type.
I searched
but nothing
I found
seemed
to help
at
all.
There is a single table that will store most of the basics for the…

phazei
- 5,323
- 5
- 42
- 46
4
votes
2 answers
How do I update customer store credit programmatically
I'm working with Magento ver. 1.9.1.1. and I need to update store credit balance for a customer. I know that it's possible to do it in Magento admin interface, but in my case I need to do an HTTP request to a server and actually do the same…

Kalitine
- 377
- 1
- 4
- 12
3
votes
2 answers
Facebook Credits Demo Application returning error
We are participating in the Facebook Credits beta. After approval of our live app, we followed the steps from the API page to set up the demo application:
http://developers.facebook.com/docs/creditsapi
However, whenever we submit with the "Pay with…

zinndesign
- 188
- 2
- 11
3
votes
1 answer
Multi platform credit system, is it against Apple iOS guidelines?
Let's say I sell video-tutorials using a credit system and I want the service to be available as a website, an Android app and a iOS app.
So users may buy/consume credits and use credits to purchase video-tutorials from one of those 3 sources.
From…

fedme
- 87
- 1
- 9
2
votes
1 answer
Does Facebook collect the tax for Credits Transactions?
Since Facebook has all the location information on the buyer and seller, and the developers may not have the user's location information, does Facebook charge any required tax for a Facebook Credit's transaction, and then take that amount when the…

Atomix
- 2,440
- 8
- 36
- 48
2
votes
1 answer
Issuing In-App Facebook Credits Refund
I understand that a user can create a dispute via the Facebook tools for Reporting an app which goes through the Facebook channels for getting a refund (for item not received or whatever else). In our app we want a 14-day money back guarantee policy…

David Brent
- 115
- 7
2
votes
1 answer
Get a users Facebook Credits Balance
We are in the process of implementing Facebook Credits as a virtual currency on Facebook.
We have applied and have been whitelisted for access to the Facebook Credits balance method, however from the little documentation I had been able to find…

Myles Noton
- 21
- 2
2
votes
2 answers
How to add Test Users to Facebook Credits Testers?
I created a Facebook test user for my application, and I want to test Facebook Credits API using this user. But when I click the link to make an order, popup comes up saying "Buy Facebook Credits", even though I added the user to credits testers.
Is…

Masakazu Matsushita
- 197
- 11
2
votes
1 answer
Facebook Credits Signed Request: What is the difference between buyer, receiver, and user_id
We're in the process of putting a buy button on our app using the PHP API and callbacks.
In the signed request, I have a buyer and a receiver. In other $_REQUEST vars, I get user_id.
When called from some accounts, these three are all the same…

intellitar_keu
- 21
- 2
2
votes
2 answers
Integrating Facebook Credits results in "The application you are using is not responding."
I've been trying to integrate Facebook Credit purchases into my app, but any call to the pay dialog results in the error message "The application you are using is not responding." To eliminate any application specific problems, I've downloaded the…

Dave
- 23
- 3