-
```
What steps will reproduce the problem?
- sporadic error... appears data['results'] is being returned as None
code:
bt = bitly.Api( login=settings.BITLY_LOGIN, \
…
-
`user_shorten_counts` throws an error message:
```
/home/tpfaff/.local/lib/python2.7/site-packages/bitly_api/bitly_api.pyc in user_shorten_counts(s
elf, **kwargs)
287 data = self._call_oa…
-
```
What steps will reproduce the problem?
- sporadic error... appears data['results'] is being returned as None
code:
bt = bitly.Api( login=settings.BITLY_LOGIN, \
…
-
https://github.com/kiwiz/gkeepapi/
-
I have used the older style API key and user account in various shortening apps over the years and it worked. I copied the API_Key that I have always used from my bit.ly account and pasted it into th…
-
This would hit bitly's API for global click counts for the URLs coming from the Media Cloud API. We should talk to bitly's research team about how we might be able to get special access for this.
-
The API v3 says we can resolve them 15 by 15 : https://dev.bitly.com/links.html#v3_expand
Although we should check what the rate limit is as it ain't clear for this specific route https://dev.bitly…
-
At the moment most of the functions are using apiKey authentication which is deprecated.
http://dev.bitly.com/authentication.html#apikey
Are you planing to update the library to OAuth? When i got so…
-
Simon notified us about this on [Slack](https://devinitorg.slack.com/archives/CCG8Y0YJG/p1673604329679809). Support for v3 ends on January 31.
**Resources (suggestion - feel free to find your own)*…
-
We are trying to use bit.ly to shorten urls. Their "API best practices" page (http://dev.bitly.com/best_practices.html) says:
Avoiding API Calls on Page Loads
Most rate limiting issues are caused by…