• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Twitter connect doesn't works

Status
Not open for further replies.

Robinus

banned
As i tried to setup Twitter settigns, i have noticed that i become always this error:

Code:
Fatal error [400]: Twitter connect error code:401
Triggered in /app/routes/route.connect.php at line 141

Stack trace:
#0 /lib/G/classes/class.handler.php(205): G\Handler->{closure}(G\Handler)
#1 /lib/G/classes/class.handler.php(100): G\Handler->processRequest()
#2 /app/loader.php(201): G\Handler->__construct(Array)
#3 /index.php(21): include_once('/app/loader.php')
 
if 'demo.chevereto.com' works then problem = 'my server'.

401 Unauthorized
Similar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet been provided.[2] The response must include a WWW-Authenticate header field containing a challenge applicable to the requested resource. See Basic access authentication and Digest access authentication.

Did you set correctly the twitter api keys?
 
The problem is your API keys, is that simple. Twitter is sending a 401 error and that means that they keys are wrong.
 
I can't do anything, the error is triggered from twitter. Try to re-issue the keys or something.
 
Status
Not open for further replies.
Back
Top