Questions tagged [credits]
83 questions
1
vote
2 answers
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'.
'?uids='.$facebook_uid.'&fields=credit_balance&access_token='.
…

Simon Thomsen
- 1,351
- 7
- 27
- 37
1
vote
1 answer
Highcharts: add custom text bottom left, like credits?
Highcharts can have a customized credits section; and that also has an alignment.
I would like to have both a url on the bottom-right, and a custom text (i.e. the current date/time) on the bottom-left.
What would be the best way to add that, keeping…

Rob Audenaerde
- 19,195
- 10
- 76
- 121
1
vote
0 answers
How to remove footer credits from "Blog Diary by Theme Palace" Theme?
I understand that theme designers shall be credited for their creation but sometimes we need a site that will look more professional and we can't afford to pay for the credit removal so what we can do here is to just remove the theme credits from…

Nyx
- 314
- 1
- 13
1
vote
1 answer
How to minimize youtube API credit usage?
We have an app that calculates some metrics from our users' videos on youtube, (about 400k-ish videos at present, rising steadily) - I can initially get the data about their uploads since our users are just arriving piecemeal every day, however…

Matthew
- 11
- 1
1
vote
1 answer
How to credit Firebase and Android Support Library?
I use Firebase in my Android project:
compile 'com.google.firebase:firebase-database:11.0.2'
compile 'com.google.firebase:firebase-config:11.0.2'
compile 'com.google.firebase:firebase-ads:11.0.2'
compile…

Péter Aradi
- 370
- 1
- 4
- 12
1
vote
1 answer
reStructuredText: Add credit line to an image
I have recently started a new blog, and I'm using Wikimedia images in it. I would naturally like to properly give image credits.
The conventional credit location is below the image (here, for example, in gray font).
My blog is written in Pelican…

Adam Matan
- 128,757
- 147
- 397
- 562
1
vote
1 answer
What is the safe and best-practice approach to a Firebase-based Payments/Credits system?
I have a question regarding my Firebase setup, with respect to security and practicality.
The goal is the enable a user to purchase credits, and spend those credits one by one. To enable this, I set up a "users" object where I store user-data (name,…

t vm
- 41
- 3
1
vote
1 answer
Apple rejected iOS APP due to redirecting user out of app
Lets get response from apple team to the below query and update me.
1) Rejection reason: - Apps utilizing a system other than the In-App Purchase API (IAP) to purchase content, functionality, or services in an App will be rejected
Our APP does not…

sathya
- 135
- 1
- 3
- 19
1
vote
1 answer
Customers credit system, oracle SQL
I am an oversea student, so I am not familiar with "Credit System" but I have a database question which is related to it. I just could not understand it well.
Here it the question:
Write a query:
The billing officer would like to know which…

user2640695
- 11
- 2
1
vote
1 answer
How to make closing credits page - animate TableLayout without being cut at display dimensions
EDIT:
solved! Awnser 1. can't push/vote it up
I'm trying to figure out for hours what's the best way to make an "closing credits" activity. Right now I have a TableLayout inside a RelativeLayout to center the table.
I am using a simple animation…

eyjin
- 15
- 3
1
vote
0 answers
What is an average Facebook credits dialog CTR?
We're running a game on Facebook with approx. 300K MAUs. However, we've noticed that there are very few credits payments.
So I looked into this and noticed that the CTRs seem really strange.
The CTR on our game payment dialog where the user can…

Stefan Maier
- 21
- 2
1
vote
1 answer
Credits: Error occurs *sometimes*
I created a Facebook app and integrated Credits. However, about every second time I call the credits API, I get the following error:
There Was a Problem Processing Your Payment / Sorry, but we're having trouble processing your payment. You have not…

Stefan Maier
- 21
- 2
1
vote
2 answers
Autoscroll ListBox in XNA/Silverlight
I want to do the credits screen for a game, but the credits consists in a series of images. I could not find a container that allowed me to insert multiple images and scroll them, so I created a ListBox with buttons in it. These buttons have only an…

user1670054
- 11
- 1
1
vote
0 answers
How to change app - credit company information?
I need to change the company information of Facebook Credits, but I found it's readonly, .. how can I do it?

Franky
- 709
- 1
- 5
- 14
0
votes
1 answer
How to make UIImageView scroll like movie credits?
I want to make Credits in my application, so I make that as an image and I am using UIImageView. I want to make that image scroll up from bottom unseen until all image finish and repeat again infinitely.
I can do that with cocos2d but now I am not…

Alex Moskalev
- 607
- 7
- 15