Technical questions about building third party Flattr applications and integrating Flattr on web sites/services.
0
votes
1answer
11 views
flattr pluggin is non responsive to click
My new flattr button is not responsive, I might have done something wrong :
<flattr>
title="A swiss guy website"
description="test"
category=text
align=right
</flattr>
this comes ...
0
votes
1answer
15 views
Flattr buttons display an error using Tumblr theme code
Similar to this question also on my blog since few days ago Flattr is displaying error on all buttons. What is wrong? Has something changed the API? I have not changed any code but when I see the blog ...
0
votes
1answer
86 views
See how much was donated to a particular Thing
Say you want to have a kickstarter-like site using Flattr, where you create a Thing for each individual user. How would you be able to tell (with the API) how much each user Flattr'd? It wouldn't ...
1
vote
1answer
57 views
API lookup does not find thing - am I using the correct URLs?
I am currently working on a Flattr plugin for a popular open-source RSS reader (tiny tiny RSS).
I am using the lookup API for the first time and am unsure why I am getting mixed results.
So I'm ...
3
votes
4answers
97 views
Python: Get flattr count
I get a list like this (the numbers are the count of comments)...
14 http://www.spiegelfechter.com/wordpress/8726/auswege-aus-der-sackgasse
26 ...
0
votes
0answers
40 views
Missing title, description and tags after create thing
If I create things via the rest api, the fields title, description and tags are missing:
$ cat create.json
{
"url": "https://chrigl.de/blogentries/noch-ein-test-4",
"language": "de_DE",
...
1
vote
2answers
101 views
Integrate Flattr button into Software
Is it allowed to integrate a Flattr button directly into a software for example in the credits section?
0
votes
1answer
89 views
What's the best way to check if a user has flattr a thing the last month?
I had a little database fu*k-up and now I have to check If a User has flattred something in the last month to not double flattr these things. What's the best way to do it with the API? Is there ...
0
votes
1answer
75 views
Flattr API Call for Discoverable URLs
Do you know how to do an API Call for Discoverable URLs? Can I just do something like:
http://flattr.com/submit/auto?url='PUT_URL_HERE'
without any aditional data like user_id etc.?
0
votes
1answer
36 views
Why does the Flattr popup covers the button in firefox?
I have manually implemented the Flattr button to my site.
In Firefox (Windows) the "popout" covers the button so one can't press it.
Any other browser renders the popout in the correct place. Can ...
0
votes
2answers
85 views
Flattr SDK for iOS?
Is there an official (or otherwise well-maintained) iOS library to use the Flattr API? If so, does it include a comfortable SSO-solution similar to what Facebook offers, where other apps can delegate ...
0
votes
1answer
71 views
Flattr a URL via API
I am an Instapaper user and am just trying to write a script that fetches my "liked"-folders RSS-Feed, takes the link of the webpage and flattrs it.
So far, I am stuck at "committing" the flattr - is ...
1
vote
1answer
91 views
Flattr API for Java?
Is there an official (or otherwise well-maintained) Java library to use the Flattr API? Should work both server-side and on Android. For Android, is there a comfortable SSO-solution similar to what ...
-2
votes
1answer
46 views
Flattr should support OpenID-login [closed]
it would be nice to see support for OpenID logins in Flattr. One could already login with Twitter or Facebook but I don't use either of them.
1
vote
1answer
168 views
Setting up a micropayment system to pay others to do tasks on my website
I have a website where people do simple cognitive psychology experiments. Currently, people volunteer. To increase numbers of responses, I would like to offer micropayments in a manner similar to ...
0
votes
1answer
53 views
API: Autosubmitting urls without required user_id gives OK
I autosubmitted an url through the flattr api with the url posted to /rest/v2/flattr, but without the user_id query parameter. The submit went through just fine but now there is no owner for the ...
0
votes
1answer
51 views
Flattr API gives File Not found Error
I try the following example: https://api.flattr.com/rest/v2/things?id=38589
The ID Exist but I get a File Not found Error.
Something wrong in the API? I know it worked a couple of days ago.
0
votes
1answer
41 views
Request: API Call to get list of users that flattred a thing
Would be great to get an API call that returns a list of users that flattred a certain thing. With this we could build websites like "People who support product x". Would be a great motivation for ...
1
vote
1answer
185 views
Owner of app gets wrong access tokens
I stumbled over a strange edge case. Not 100% if I missed a condition, so would be interesting if others can reproduce.
Given I am the owner of an app
And another flattr user is connected to this ...
0
votes
1answer
105 views
Create Thing with Flattr API and OAuth2 PHP Http Post - 404 Not Found Header
I got a Problem. I'm trying to call POST https://api.flattr.com/rest/v2/things with url, title, description and tags - post parameters but it is not possible to create a thing..
The header returns ...
0
votes
1answer
41 views
WordPress Admin Flattr API Include
I have a WP website with SSL on the backend and I have been informed by my client that he gets an unsecure message when accessing this.. Have checked the NET panel in firebug and have traced it down ...
0
votes
1answer
124 views
Access tokens expire after only 1 day
With my Flattr client using the REST API, it seems that access tokens expire after 1 day. I checked my settings and the client is still authenticated. But when I issue a request to ...
1
vote
1answer
86 views
Getting your Flattr transactions from within a python script?
I'm trying to get my flattr transactions CSV files from within a python script (see http://ploum.net/post/flattrstat ).
From the webinterface, a CSV link look like:
...
0
votes
1answer
150 views
Easy static link for a Flattr thing
I would like to easily add a Flattr button to my RSS feed, without any JS
As I understand that each thing on flattr is identified by its URL, I would like to simply add a link like this:
...
2
votes
1answer
63 views
Why my FLATTR button doesn't appear in spanish language?
i'm new using FLATTR (indeed a great project!), and after read and read the official doc page i cannot configure well my button auto-submit.
The website where i'm inserting the FLATTR button is a ...
0
votes
1answer
152 views
Check if an Auto-Submit URL has been flattred
There is currently no easy way to check if an auto-submit URL has been flattred by the authenticated user.
The current way is to
get the thing, which is 1 request
then get the list of all flattred ...
0
votes
1answer
155 views
Using Flattr as Paywall
this is a touchy subject with Flattr but I couldn't find a definite answer yet [1]
Is it allowed to use Flattr for a paywall-like flow? My idea is to give users access to a download for a Flattr. ...
0
votes
2answers
65 views
Would be great to get a detailed error description table for Flattr API
In general it would be great to get some sort of description of all possible errors returned by the API for any particular request. This would make implementations much more reliable and would ...
1
vote
2answers
213 views
Can't Flattr an auto submit URL via the REST API
When flattring an auto submit URL via the REST V2 API with this request
POST https://api.flattr.com/rest/v2/flattr
{"url":"https://flattr.com/submit/auto?user_id=myuserid&url=myurl"}
I get ...
1
vote
2answers
106 views
Any way to predefine an image for flattr-things?
Is there any possibility to manually define an image for flattered things?
Or are there plans by the devs to implement this?
1
vote
1answer
194 views
Flattr Auto-Submit URL fails with Invalid Request
I like to flattr an auto-submit url as the documentation describes on the bottom of the page:
http://developers.flattr.net/api/resources/flattrs/
Here is my request:
POST ...
0
votes
3answers
291 views
Passing query variables to JavaScript to load - is JavaScript on the backend of these APIs?
I've been looking at the API for Flattr, http://flattr.com/support/integrate/js , which has a cool way of accepting query variables for their JavaScript to load.
My question is, do most APIs use ...
0
votes
1answer
76 views
Flattr API v2: Get a user
shouldn't this get-request return a valid JSON result?
https://api.flattr.com/rest/v2/users/:der_michael
If I open this in my browser I get
{"error":"not_found","error_description":"The requested ...
1
vote
2answers
189 views
Why do I have an error on some Flattr buttons?
I've integrated Flattr with my Dotclear blog, using the appropriate plugin, and it works fine.
Except that, from time to time, some older posts have errors and I don't understand why.
See:
...
2
votes
3answers
522 views
Using Flattr API v2 with iOS
I'm currently building an iOS application and want to include Flattr-Support over the Flattr-API v2.
I've already created my application at https://flattr.com/apps/ and got the key and secret.
The ...
0
votes
2answers
140 views
Checking whether a user is logged into Flattr?
Is there a way to test whether a user is logged into Flattr?
The idea is to set up a "I'm-ready-to-donate-wall" that only Flattr users are allowed to pass. However, unlike a paywall, the user is not ...
0
votes
1answer
197 views
Authenticate an app and get the access token in flattr api v2
I am a bit stuck in authenticating my app and get an access token, when following this instructions: http://developers.flattr.net/v2/
Step 1, Authenticate works fine. I get back the code, and my app ...
1
vote
0answers
115 views
Flattr for BOINC project donations?
I would like to ask for support of specific Flattr donations for items, like it has been done with PayPal for BOINC project websites and their donation systems ...
0
votes
2answers
214 views
UserAuthentication via Flattr-REST: No PIN returned?
I'm trying to write a new application using the Flattr REST-API version 1 (not the beta v2). The application acquires a request token at first, which seems to work properly. But I run into a problem ...
0
votes
1answer
178 views
Flattr Gravatar Icons
Does anybody know a way how to get access to the Flattr users Gravatar icons in Flattr API v2? Preferred way would be without authentification, since in my project I'm using the API without OAuth2.
0
votes
2answers
194 views
Changing and deleting Things via Flattr API?
There are calls to create a Thing via the Flattr REST API.
But is there a way to update or delete existing Things via REST?
