I am trying to shorten my link with the following using post man:
http://api.bitly.com/v3/shorten?callback=?login=xxxxxx&apiKey=xxxxxx4a58968824c71e281208&longUrl=http%3A%2F%2Fbetaworks.com%2F&format=json
When I run the above I get the following:
{
"status_code": 500,
"status_txt": "MISSING_ARG_LOGIN",
"data": []
}
But based on what I see here:
Using Only Javascript To Shrink URLs Using The Bit.ly API
I do not think anything is missing. Any idea?