Flattr API v2 Get Subscriptions - flattr

I have some problems to read the users subscriptions.
As I can read in the api documentation, I have to send the following request:
GET https://api.flattr.com/rest/v2/user/subscriptions
After that, I receive a response, but with weired content:
[{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":"thing"},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":"https://api.flattr.com/rest/v2/things/3951323"},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":"https://flattr.com/thing/3951323"},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":3951323},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":"http://www.gramocast.net/flattr"},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":1},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":1},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":"gramocast"},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":""},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":[]},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":"en_GB"},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":"software"},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":1425413536},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":{"type":"user","resource":"https://api.flattr.com/rest/v2/users/gramocast","link":"https://flattr.com/profile/gramocast","id":"jy3lmA","username":"gramocast"}},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":0},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":""},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":true},{"type":"subscription","active":false,"created_at":null,"started_at":0,"thing":true}]'
I have one active subscription to gramocast.
Is this a bug in the flattr api or am I doin' something wrong?
Thanks for your help.

That weird response was the result of a bug in the Flattr API.
I deployed a patch yesterday so it should work as intended now.
I'm sorry it took so long to fix it. :(
// Leif

Related

Instagram - Get Direct Message

I'm writting a new post, because all of topics that was related with getting Instagram Direct message via API are a little bit old.
Do anyone knows if there is a possibility of GET Direct Messages via API or in some programatically way?
Right now, it doesn't look like you can. The Instagram Graph API docs don't mention direct messages at all. The old Instagram API never had this.
Take a look to the Component InstagramApiSharp, it contains this functionnality. There are some actions that you can built for the direct message with it.

direct message sync issue with twitter API

I am using the twitter api to get all direct messages
while testing I tried to delete a message from the twitter website and then tried to reload my app's direct message page (get via api) - the dm I deleted was still showing in my app but it wasn't on the account I was using on the website.
I'm not sure whats going on here, any help is appreciated
You usually should give a second after an update/delete operation on Twitter. If you do, I would say that something is going wrong with your code.

GCM does not send message to notification_key & returns with an empty response body

We're using notification_key to group multiple devices. Since yesterday we're unable to send a message to a notification_key. The GCM endpoint returns with status 200 but the response body is empty. The GCM diagnostics inside Google Play shows that no message has been sent to the device and we additionally checked that the message does not arrive at the device.
However, sending a message to a single registration_id (one of which is managed by notification_key) works as expected.
We haven't touched the GCM related code on our side and it was working as expected the days before. I would like to know if this error is known and if other apps are affected as well. Also happy to hear from Google if they were any changes in the last few days.
The issue has been resolved by Google. This is the answer I got from the Google Group thread I've created for this issue:
Hi Andreas,
We had a recent issue in the send API, affecting a subset of the
notification_key requests. That issue should be fixed now.
Please try again. If the API is still not working for you please
report back using:
https://support.google.com/code/contact/gcm_dev_support
Thanks,
- Diego

Shopify "app/uninstalled" webhook missing "HTTP_X_SHOPIFY_HMAC_SHA256"

I don't know what happened, but the Shopify Webhook "apps/uninstalled" is not returning a "HTTP_X_SHOPIFY_HMAC_SHA256" value. It's no where in the request. Without the HMAC, there is no way to verify the call is for Shopify.
I'm seeing my other Webhook calls are getting a HTTP_X_SHOPIFY_HMAC_SHA256 value, but its completely missing in the "apps/uninstalled" webhook.
Any ideas on what I'm doing wrong? Is Shopify just having issues right now?
thanks!
Thanks again for the headsup! This issue was introduced on Friday evening.
We have confirmed exactly 50 api permissions deleted since then that did not send the HMAC header for the "app/uninstall" webhook subscription. We fixed the issue today and resent the "app/uninstall" webhook notification for all affected apps.
Let us know in case you're still seeing any unexpected irregularities!
Best, Dennis
Technical Support Engineer
Shopify
Confirmed that this is a legit regression. We’re investigating/fixing.

New Messaging System API for non developer accounts

According to this blog post the new messaging system should be accessible via the API (fql/graph) for non developer account as of end of November. It still gives OAuthException with message "You must be a developer of the application".
I was unable to find any updates on this issue from Facebook or other sources. Anyone knows what is going on with this and when will it be accessible?
There was a bug opened on the subject, anyone who has interest in this might consider promoting it.
Going to answer my own question, according to the response on the bug seems like the official answer is:
"We said it would be published but it wasn't, so just wait until we say it will be published again".
Are you trying to read messages or send them? It's still not possible to send them but reading them should work for any app now