Does anybody have a working example of Bitly's V3 API working?
The Oauth seems to work but shorten always returns:
{data=[], status_code=500, status_txt=MISSING_ARG_APIKEY}
Even if I supply the apiKey (which I shouldn't have to if I'm using the access_token) I still get the error. I have tried both the SSL and non SSL endpoint. The V2 api works fine for me though.
Yes. it works.
Example:
you can get
usernameandapi keyfromhere. For username, there's a section namedPublic Timelinewhere there will be links likehttps://bitly.com/u/o_19rtfe2ph0andhttps://bitly.com/u/o_19rtfe2ph0.rss. Hereo_19rtfe2ph0is the username to be used.Hope it helps. Here's the full documentation.