Freebase MQLWrite Login Fail 401 Gone - authentication

I am trying to write to freebase. I read this documentation:
documentation
and tried login to both
https://api.freebase.com/api/account/login
but am getting (410) Gone error.
can someone help me please?

That API endpoint was retired some time ago. Check the current documentation for the new endpoints.

Related

Google OAuth2 Demo fails with 403 ["message": "Cannot determine user location for geographically restricted operation."]

While I was checking out some of the Google public APIs for OAuth2, encountered above error message.
I basically didn't change a lot, tried not to add anything invalid as well
but when it goes to Step 3. Configure request to API; it's failing.
When I clicked on the link from the first screenshot, it takes me to the website where I get the second screenshot.
Has anyone worked on this resolved, or anyone who's knowledgeable in this area can help with this?
Source: https://developers.google.com/oauthplayground/
Thank you in advance!!

How to get API endpoint info on an index page

i was using something that displays all the API endpoints in an index page. it showed me all the endpoints and what they accept and allowed me to try the API out.
I cant for the life of me remember what it was.
Can anyone help please
if someone says what it is i will defo remember if it that i was using and cant find it on google
Thanks in advance

Which API should I use to get Github feed?

I'm currently working on Github API. I'd like to get news feed like we can see at https://github.com . I'd like to get information same as the authenticated user can see on the top page of github.com. I'm browsing Github's api documentation here: https://developer.github.com/v3/ . But I can't tell which is the right for my purpose. Anyone give a help to detect which is the best API for me?
I finally found which API is right for me by checking response from each API.
GET /users/:username/received_events is the one that I was looking for.
https://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received

Flattr API v2 Get Subscriptions

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

Instagram Api comment post

I am building an instagram application. However, when I try to post comment I get this Error message
Error:400
Error:ApiError
This client ID is not permitted to POST comments
I am able to like and unlike though
Has anyone experience this?
Thank you!
It's a restricted endpoint. You have apply and be approved (whitelisted) by Instagram.
See: http://instagram.com/developer/endpoints/comments/