Info: Bitly.com API keys are no longer supported.

Ask any support / help / issues / problem or question related to TumblingJazz
User avatar
martin@rootjazz
Site Admin
Posts: 34370
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Info: Bitly.com API keys are no longer supported.

Post by martin@rootjazz »

lucas wrote: Wed Feb 12, 2020 12:18 pm I was able to generate short link with nodejs script, oauth token and my servers ip.

I was also able to generate the short link with my proxies and that script.
What machine are you running the program on?
lucas
Posts: 344
Joined: Fri May 15, 2015 5:27 pm

Re: Info: Bitly.com API keys are no longer supported.

Post by lucas »

martin@rootjazz wrote: Wed Feb 12, 2020 12:58 pm
lucas wrote: Wed Feb 12, 2020 12:18 pm I was able to generate short link with nodejs script, oauth token and my servers ip.

I was also able to generate the short link with my proxies and that script.
What machine are you running the program on?
Windows 2008.

Here is my /POST:

Code: Select all

var options = {
    url: "https://api-ssl.bitly.com/v4/bitlinks" ,
    method: 'POST',
    headers: headers,
    json: true,
    proxy:'http://proxyip:port',
    auth: {
        'bearer': 'token'
    },
    body:{
        "domain": "j.mp",
        "long_url": "http://rootjazz.com/forum/viewtopic.php?f=12&t=8750&p=56296",  
        
      }
      
}

and here is the response:

Code: Select all

{
  created_at: '2020-02-12T12:13:39+0000',
  id: 'j.mp/37lhj56',
  link: 'http://j.mp/37lhj56',
  custom_bitlinks: [],
  long_url: 'http://rootjazz.com/forum/viewtopic.php?f=12&t=8750&p=56296',
  archived: false,
  tags: [],
  deeplinks: [],
  references: { group: 'https://api-ssl.bitly.com/v4/groups/xxxxxxxxx' }
}
snibi
Posts: 400
Joined: Thu Sep 17, 2015 6:48 am

Re: Info: Bitly.com API keys are no longer supported.

Post by snibi »

submit logs please
logsid: 1523
User avatar
martin@rootjazz
Site Admin
Posts: 34370
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Info: Bitly.com API keys are no longer supported.

Post by martin@rootjazz »

lucas wrote: Wed Feb 12, 2020 1:18 pm
martin@rootjazz wrote: Wed Feb 12, 2020 12:58 pm
lucas wrote: Wed Feb 12, 2020 12:18 pm I was able to generate short link with nodejs script, oauth token and my servers ip.

I was also able to generate the short link with my proxies and that script.
What machine are you running the program on?
Windows 2008.

Here is my /POST:

Code: Select all

var options = {
    url: "https://api-ssl.bitly.com/v4/bitlinks" ,
    method: 'POST',
    headers: headers,
    json: true,
    proxy:'http://proxyip:port',
    auth: {
        'bearer': 'token'
    },
    body:{
        "domain": "j.mp",
        "long_url": "http://rootjazz.com/forum/viewtopic.php?f=12&t=8750&p=56296",  
        
      }
      
}

and here is the response:

Code: Select all

{
  created_at: '2020-02-12T12:13:39+0000',
  id: 'j.mp/37lhj56',
  link: 'http://j.mp/37lhj56',
  custom_bitlinks: [],
  long_url: 'http://rootjazz.com/forum/viewtopic.php?f=12&t=8750&p=56296',
  archived: false,
  tags: [],
  deeplinks: [],
  references: { group: 'https://api-ssl.bitly.com/v4/groups/xxxxxxxxx' }
}
Windows2008 is not a supported OS by Microsoft, so we can no longer support it either. On top of that, it will not be getting updates / security updates so is highly recommended you update it.
User avatar
martin@rootjazz
Site Admin
Posts: 34370
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Info: Bitly.com API keys are no longer supported.

Post by martin@rootjazz »

snibi wrote: Wed Feb 12, 2020 3:06 pm
submit logs please
logsid: 1523
Same for you, what OS are you using?

You as well are having SSL issues. I imagine it is due to the SSL cryptography the API has changed to, that is not supported properly.
snibi
Posts: 400
Joined: Thu Sep 17, 2015 6:48 am

Re: Info: Bitly.com API keys are no longer supported.

Post by snibi »

at home is windows 10 pro 1909 from logsid: 1523

at server is windows server 2012 r2 standard
User avatar
martin@rootjazz
Site Admin
Posts: 34370
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Info: Bitly.com API keys are no longer supported.

Post by martin@rootjazz »

try this
https://rootjazz.com/tumblingjazz/updatetesting.html


But still windows2008 should be updated
Regards,
Martin
User avatar
martin@rootjazz
Site Admin
Posts: 34370
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Info: Bitly.com API keys are no longer supported.

Post by martin@rootjazz »

snibi wrote: Wed Feb 12, 2020 3:44 pm at home is windows 10 pro 1909 from logsid: 1523
strange, win10 should not be having that issue, could be machine setup I suppose. Anyway try the update above


Regards,
Martin
snibi
Posts: 400
Joined: Thu Sep 17, 2015 6:48 am

Re: Info: Bitly.com API keys are no longer supported.

Post by snibi »

many thanks for the update,

1.993 11/02/2020
Crypto cypher updates

i can confirm it is working for both again :) :) :) :)

✅ windows 10 pro 1909
✅ windows server 2012 now, will update
User avatar
martin@rootjazz
Site Admin
Posts: 34370
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Info: Bitly.com API keys are no longer supported.

Post by martin@rootjazz »

:)
Post Reply