If you\'re looking to create Bitlinks you need to generate API oAuth token here.
cece08e89c7f2d0849b21ef444a8b42aa7d8bea4',
),
'client_secret' => array(
'type' => 'text',
'std' => '',
'size' => 'large',
'force_width' => '350',
'title' => 'CLIENT SECRET',
'desc' => 'Expected format: e5cf514226dc0d222fa6703e44438c349f920c90',
),
'redirect_url' => array(
'type' => 'text_readonly',
'std' => admin_url('admin-ajax.php') . '?action=WooZoneBitlyAuth',
'size' => 'large',
'title' => 'Redirect URL',
'desc' => '',
),
'auth_btn' => array(
'type' => 'html',
'html' => WooZone_Bitly_auth_html()
)
)
)
)
));