-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bitly_v3_clicks returns empty array #9
Comments
hrm...off the top of my head it looks OK...perhaps there were just no clicks to return for that short code? It looks like there is only one click for it in the bitly system at the moment ( http://bitly.com/19ehkZK+ ) |
Hi, Please help me on this. I want to know the bitly_v3_clicks but it returns empty array with above mentioned error. |
Hi, Update : same code works for same login and api key when i remove bitly_v3_clicks api please help |
It's possible that bit.ly has changed the system and now requires auth. for
On Thu, Jan 9, 2014 at 12:56 PM, vigneshrams [email protected]:
|
Our lib is for Bitly Api v4. |
Hi,
"; echo ""; echo " click here"; echo ""; echo ""; $clicks = bitly_v3_clicks('19ehkZK'); print_r($clicks); ?>In this code $clicks returns to be empty. Am i doing something wrong here
The text was updated successfully, but these errors were encountered: