I am creating a LinkedIn Application and I am using 'linkedin_3.2.0.class.php'. Yesterday I was able to share content/status update by this class. But, today I am getting an error
'LinkedIn->fetch(): throttling limit for this user/application has been reached for LinkedIn resource - https://api.linkedin.com/v1/people/~/shares'. I have check my API Usage Report and I found that every thing is right.. Here I am sharing screen of API Usage Report :
I have much throttle then why these stupid error coming..
Guys, if you have any idea then kindly share here.
Update with me:
Actually this error comes when user's cross of limit LinkedIn share.
More information: LinkedIn Throttle Limits
Related
I am studying to integrate Instagram into my app.But I have some confusion.
I found 2 API document: https://www.instagram.com/developer/ and https://developers.facebook.com/docs/instagram-api/. They have differences about supporting API Endpoints as well as how to use. So, what are they and what should we use the one for my app?
I need to get followers and following of user. But I could not found any APIs support for that functions.
Could you please help, I really need it for my app.
Thanks a lot
As of 1st of June 2016. Now you're only able to get the list of your
own followers/followings.
You can read about it here.
This api is used to get own followers/following list :
https://api.instagram.com/v1/users/self/follows?access_token=ACCESS-TOKEN
I was using the documentation found on the Instagram website, which will show you lots of end points but only let you use these two if your app has not been approved. At least that was the case until a few days ago, when accessing those endpoints started throwing off CORS errors.
Hello everyone I am developing a website that provides unlock code to mobile user who request. but i am new in druv api so please can anyone provide a documentation or guide to use it.some error are listed below,
i am using dhru unlocking API for unlock mobile but getting error when going to place imei order by using curl.
error is.
{"ID":"1234","IMEI":"111111111111119","ERROR":[{"MESSAGE":"ValidationError123","FULL_DESCRIPTION":"Service Not Active"}],"apiversion":"3.1"}
Realize this is a bit old, but it will probably help someone I'm sure. Here's the link to the api stuff http://kb.dhru.com/Dhru_Fusion/Developer_Resources
Also, I found it by googling "dhru fusion api" wasn't all that hard to find lol probably why this topic never got answered.
I tested Tumblr API with PHP, then I try to follow with friends using API and worked successfully, then later I get this error:
Error 429 "Rate Limit Exceeded"
I heard I need to wait 1 hour and limits will gone.
Also I see a few information about headers:
x_ratelimit_api_followers_limit
x_ratelimit_api_followers_remaining
x_ratelimit_api_followers_reset
This informations can be in header. What header? Oauth? I don't found that.
How can I see this variables?
How can I get more information about API follower limitations?
Tumblr's API documentation not contain that.
Answer provided by Felix Bonkoski:
You can only fetch X many followers per minute with the API. This is represented in the x_ratelimit_api_... headers. These fields in the header inform you what the limit is, how many more calls to the API you can make, and when the limit will expire so that you can start using that API endpoint again. This is not in the documentation, but please see the Tumblr API Discussion Group where there are posts dealing with this issue.
I was trying to add some google calendars by PHP script, and update those calendars' ACL to make it available to our whole domain users.
Everything went well except I received this error after creating bunch of calendars:
Zend_Gdata_App_HttpException: Expected response code 200,
got 403 User has updated too many ACLs today. Please try again tomorrow. in
/Zend/Gdata/App.php on line 709
Do you guys know what exact number the limit is? That's very interesting. I tried to look at here and didn't get the answer.
https://developers.google.com/google-apps/calendar-resource/limits
The Google Console that shows you your live quota usage lives on code.google.com: https://code.google.com/apis/console
Today at work I was asked to investigate a problem with contacts export from Hotmail.
It was working last month when i wrote the library. For my surprise it indeed was not working. I investigated a bit and i noticed that Microsoft has done some updates to their API. The scopes were changed ... and the permissions that comes with the scopes. Here is the line that bothered me
WL_Contacts.View -
View information about a user and the user's friends, with the exception of email addresses.
They stripped the priviledge of obtaining contacts email addresses :(
What i have to do in order to get the e-mails back so i can use my exporter again ?
Do you have problems with your contacts importers ? If not, what are you using ? Which scopes ? Are you doing separate requests for each user ?
First of all, you can find tons of information about the new Windows Live Connect API here.
Here you can find version 5 of the API documentation.
If you want to sign up and create a Application you can do that here.
I hope this is enough to get you started (unless you've already found the provided links).