• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Bit.ly API Key

Status
Not open for further replies.

fattony69

Chevereto Member
Everything I've tried for the Bit.ly key on 2.4.2 doesn't work. I keep getting the error: MISSING ARG APIKEY
 
I assume that you provide the api auth values right?
 
Actually it seems that the whole short url feature is not working. I will review this ASAP.
 
Ok, bitly works for me with a config similar to this:
PHP:
$config['short_url_service'] = 'bitly'; // Values: tinyurl | google | isgd | bitly | custom
$config['short_url_user'] = 'o_asdf'; // user/id  example: $config['short_url_user'] = 'bitlyuser'
$config['short_url_keypass'] = 'R_asasddasdf'; // pass/key example: $config['short_url_keypass'] = '123456789'

The issue with the cookie set will be addressed in a hotfix and it will be bundled with 2.4.3
 
Ok, bitly works for me with a config similar to this:
PHP:
$config['short_url_service'] = 'bitly'; // Values: tinyurl | google | isgd | bitly | custom
$config['short_url_user'] = 'o_asdf'; // user/id  example: $config['short_url_user'] = 'bitlyuser'
$config['short_url_keypass'] = 'R_asasddasdf'; // pass/key example: $config['short_url_keypass'] = '123456789'

The issue with the cookie set will be addressed in a hotfix and it will be bundled with 2.4.3

Is the keypass your password, the oauth secret, or the old api key.
 
Well, use my keys.

PHP:
$config['short_url_user'] = 'o_edited'; // user/id  example: $config['short_url_user'] = 'bitlyuser'
$config['short_url_keypass'] = 'R_edited'; // pass/key example: $config['short_url_keypass'] = '123456789'

If that doesn't work it means that bitly is blocking your domain because that works on the demo. If works it means that your key is wrong or perhaps you reach a quota or something.
 
Well, use my keys.

PHP:
$config['short_url_user'] = 'o_edited'; // user/id  example: $config['short_url_user'] = 'bitlyuser'
$config['short_url_keypass'] = 'R_edited'; // pass/key example: $config['short_url_keypass'] = '123456789'

If that doesn't work it means that bitly is blocking your domain because that works on the demo. If works it means that your key is wrong or perhaps you reach a quota or something.
I figured it out. It was just a space in my coding the whole time. Who would have guessed? Thanks for the support and great product.
 
Status
Not open for further replies.
Back
Top