Tagged Questions
The credits tag has no wiki summary.
12
votes
1answer
247 views
Humans.txt file placement
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 ...
6
votes
3answers
177 views
Facebook Credits and Foreign currency
I am developing an application that uses FB Credits as a currency, however, my clients are going to be paying in their local currency (ILS, israeli sheqel).
I know the rate for 1 credit is 10 cents, ...
6
votes
2answers
1k views
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 ...
4
votes
2answers
950 views
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 corectly. but i get this error:
Sorry, but we're having trouble ...
3
votes
2answers
635 views
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:
...
2
votes
1answer
937 views
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 ...
1
vote
0answers
46 views
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, ...
1
vote
1answer
35 views
What is the correct procedure for dealing with Credit “disputes” and chargebacks? [closed]
From time to time I receive emails from Facebook indicating that a user has "disputed" a purchase made using credits - usually saying that they didn't get their in-game points. 9 times out of 10 when ...
1
vote
2answers
84 views
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", ...
1
vote
1answer
120 views
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 ...
1
vote
1answer
194 views
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 ...
1
vote
1answer
99 views
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 ...
1
vote
0answers
256 views
iPhone Infinite Vertical Text 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 be a simple case of ...
1
vote
2answers
267 views
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 ...
1
vote
1answer
115 views
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 ...
1
vote
2answers
349 views
Facebook Credits - Getting error code 13 when trying to get credit balance
I'm trying to get a user's credit balance with this code:
$obj = json_decode(
file_get_contents('https://api.facebook.com/method/users.getStandardinfo'.
...
0
votes
0answers
9 views
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 ...
0
votes
1answer
22 views
Facebook Credit Offerwall - Mobile
Specifically on the Mobile Platform, does support the Facebook Offerwall? Facebook Offerwall
We have the feature implemented on our canvas application, but am not able to reproduce on our mobile ...
0
votes
0answers
15 views
Facebook Credits Invalid State Transition Error
I am using Github sample code for the Facebook Credits (callback.php and index.php) but its giving me the below error.. anybody have any solution???
"Order::update_order called with invalid state ...
0
votes
0answers
31 views
Facebook Credit callbacks received with no receiver
On December 31 I started detecting some exceptions being registered in my Facebook Credits callback handler, and I've been receiving about 20-60 a day since then. I've done a little bit of logging ...
0
votes
1answer
28 views
payment callback URL https with self-signed certificate
can the payment callback URL (https) work with self-signed certificate or do I need a commercial SSL cert ?
I did a quick check and the SSL connection from facebook to my server (default https port ...
0
votes
0answers
35 views
Facebook credits graph api - all transactions
I'm looking through the documentation, trying to figure out if there is a way to list all settled transaction for a given month.
So far im using: ...
0
votes
1answer
127 views
Facebook credits java jsp callback example
I could not find an example of using the facebook credits api to create a callback using Java & JSP. I am posting my Java/JSP version of the callback.php example. Remember to replace the appId and ...
0
votes
0answers
47 views
Should I be getting an error message when trying to use Facebook.ui payment method?
I am trying to set up monetization with my game. Everyone worked smoothly til I got to payments with facebook credits.
I can't get it to work when I call FB.ui with the method set to 'payment'. ...
0
votes
0answers
29 views
Facebook credits callback is being called twice
I am working on writing a call back for my facebook app. Everything was working fine until some days back. After some digging around I found that the callback url was being called twice with the ...
0
votes
1answer
35 views
Facebook Credits - Tester
EDIT: Answer in comments
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, ...
0
votes
0answers
52 views
Facebook Credits refund in game app. How to make in this special case? [closed]
Users can pay in-game balance by facebook credits. Can game app do transactions from in-game balance of user to his facebook account in facebook credits currency? I mean that if user put in game app ...
0
votes
0answers
25 views
How to make “Game app to Facebook account (user)” transactions using Facebook Credits API?
Good day,
users can pay in-game app balance by facebook credits.
How game app can do transactions from in-game balance of user to his
facebook account in facebook credits currency?
Thanks.
0
votes
1answer
199 views
Credits callback script not called (error 1383046)
I have a problem getting facebook to call my credits callback script. I've setup a company and the callback url. I used the example script for it. But nonetheless I always get this error when I try to ...
0
votes
0answers
29 views
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 this:
...
0
votes
0answers
53 views
how to refund facebook credit?
I dont understand that how to refund facebook credits.
I'm guessing that there is a function for refund facebook-credits.for example the URL or process window on facebook native.
And I'm looking for ...
0
votes
1answer
86 views
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
...
0
votes
0answers
59 views
On some credits orders, status = disputed, can't change to “settled” or “refunded” using Update Order API
We have received disputes on a few Facebook Credits payments, and are trying to settle/refund them.
We've tried the following:
As outlined in the Dispute Resolution section of the credits API, by ...
0
votes
1answer
111 views
Facebook Credits API PHP - Update user_id in mySql database after purchase
I have an app where I want users to be able to buy in-game credits called coins.
I have set my callback url, and can make a purchase, I get an order_id and settled from the callback, but how do I ...
0
votes
1answer
141 views
How does Facebook Credits deal with refunds/chargebacks and my Callback-URL?
I try to handle chargebacks / refunds of Facebook Credits.
But I can't determine from the documentation whether Facebook will call my callback-URL if a chargeback occurs. Does anybody have experience ...
0
votes
0answers
89 views
Facebook Credits SSL Callback
I have a callback url for facebook to send credits notification, it is based on Jetty (Tomcat) so the url is something like:
Old URL:
http://server:8080/callback
Now It is configured to be:
...
0
votes
0answers
66 views
Is the old frictionless payment API being deprecated?
This credits documentation implies that it is, however, there's a fundamental difference between using the frictionless graph API and using the pay dialog with auto-frictionless payments: the pay ...
0
votes
1answer
40 views
Calling CreditsCallback.php when order reached status refunded by calling graph API
I would like to ask: does FB call creditsCallback.php with status refunded, when we update order status to refunded through FB graph API? Because we want to handle this status also, but our ...
0
votes
1answer
103 views
How to apply to “Get balance”?
http://developers.facebook.com/docs/creditsapi/
Section "Get Balance"
"You can apply here" links to
http://www.facebook.com/help/?faq=19705
which is unavailable.
How can I apply?
0
votes
0answers
136 views
facebook credits callback issue where payments_status_update appears to fail/ oauth 2 related?
I have a facebook credits callback built in as a ZEND controller that seems to work perfectly up until the point where it does the status update from 'placed' to 'settled.' I'm returning the ...
0
votes
0answers
81 views
Confusion in trying to set up Credits to work from a flash game
I'm trying to figure out how to get Facebook Credits to work with my game and I'm getting really confused. I've gone over https://developers.facebook.com/docs/creditsapi/ a few times now and I still ...
0
votes
0answers
58 views
Facebook Credits and distinct Auto-Frictionless methods: problems to chose the right dialogue
We're using auto-friction payment on our app, and it works well since we've been whitelisted. Problem is, we have found no documentation explaining what parameters are required to chose the right ...
0
votes
2answers
336 views
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 ...
0
votes
0answers
143 views
how to make the facebook credits callback in asp.net
can any one provide a callback example just like the callback.php in the facebook php sample?
i seareched alot and no sample was found....
please help !!
0
votes
2answers
1k views
WPF Credits effect problem: StoryBoard to animate a StackPanel that extends the height of the window
This is my first WPF project. I'm trying to get a rolling credits effect with a bunch of banner-shaped PNG's stacked on top of each other vertically.
My current approach is to have a bunch of images ...
-1
votes
1answer
57 views
Cannot add facebook credits payout information [closed]
I'm trying to link my facebook app (http://apps.facebook.com/meme_kombat) with my PayPal account, but when I click on "Link Account", a pop-up window opens but then it closes and I get the error:
...
-2
votes
0answers
17 views
Rewarding players of a Facebook App with tangible goods? [closed]
I am interested in rewarding players of my Facebook app with tangible goods. Nothing huge, just t-shirts, mugs, etc. However, my app will use Facebook Credits to allow players to gain in-game ...
-2
votes
1answer
142 views
Where to check Facebook App Credits? [closed]
Can anyone please tell me where/how I can check facebook credits remaining in my app? I cannot find this information anymore after they moved everything to developers.facebook.com. I need to find the ...