• 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.

Social networks setup

Cant setup Google and Twitter.
Geting this error for Google:
Fatal error [403]: Error calling GET https://www.googleapis.com/plus/v1/people/me: (403) Access Not Configured. Please use Google Developers Console to activate the API for your project.
Triggered in /app/vendor/google/io/Google_REST.php at line 66

Stack trace:
#0 /app/vendor/google/io/Google_REST.php(36): Google_REST::decodeHttpResponse(Google_HttpRequest)
#1 /app/vendor/google/service/Google_ServiceResource.php(186): Google_REST::execute(Google_HttpRequest)
#2 /app/vendor/google/contrib/Google_PlusService.php(229): Google_ServiceResource->__call('get', Array)
#3 /app/routes/route.connect.php(189): Google_PeopleServiceResource->get('me')
#4 /lib/G/classes/class.handler.php(205): G\Handler->{closure}(G\Handler)
#5 /lib/G/classes/class.handler.php(100): G\Handler->processRequest()
#6 /app/loader.php(201): G\Handler->__construct(Array)
#7 /index.php(21): include_once('/app/loader.php')

And for twitter:
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')
 
Hi Rodolfo :)

I'am problem in my personal site-web:

Registered facebook and twitter its ok........but google problem!!!!
Error400OAuth2Error1.png

Error400OAuth2Error1.th.png

My setting in appl-google is:
REDIRECT URIS http://marcocipolloni.it/images/

JAVASCRIPT ORIGINS http://marcocipolloni.it

Google+ API: enabled
 
Hi Rodolfo :)

I'am problem in my personal site-web:

Registered facebook and twitter its ok........but google problem!!!!

Error400OAuth2Error1.th.png

My setting in appl-google is:
REDIRECT URIS http://marcocipolloni.it/images/

JAVASCRIPT ORIGINS http://marcocipolloni.it

Google+ API: enabled

Google
https://cloud.google.com/console
  1. Create a project, set name and id when asked.
  2. Go to your new created project.
  3. Go to APIs & Auths
    1. Go to APIs and enable Google+ API
    2. Go to Credentials click on "Create new client id"
      1. Type: Web application
      2. Put your site URL in Authorized JavaScript origins (http://demo.chevereto.com)
      3. In Authorized redirect URL put the connect url (http://demo.chevereto.com/connect/google)
      4. On submit you will get your client id and client secret that you will need to provide in Chevereto dashboard
    3. Go to Consent screen and fill the form that appears at the bottom. You can add your logos and other information.
 
Cant setup FACEBOOK and Twitter.

Geting this error for FACEBOOK and Twitter:

Code:
Fatal error [400]: SQLSTATE[HY000]: General error: 1364 Field 'login_user_id' doesn't have a default value
Triggered in /app/lib/classes/class.login.php at line 253

Stack trace:
#0 /app/routes/route.connect.php(261): CHV\Login::insert(Array)
#1 /lib/G/classes/class.handler.php(206): G\Handler->{closure}(G\Handler)
#2 /lib/G/classes/class.handler.php(110): G\Handler->processRequest()
#3 /app/loader.php(243): G\Handler->__construct(Array)
#4 /index.php(20): include_once('/app/loader.php')
 
Cant setup FACEBOOK and Twitter.

Geting this error for FACEBOOK and Twitter:

Code:
Fatal error [400]: SQLSTATE[HY000]: General error: 1364 Field 'login_user_id' doesn't have a default value
Triggered in /app/lib/classes/class.login.php at line 253

Stack trace:
#0 /app/routes/route.connect.php(261): CHV\Login::insert(Array)
#1 /lib/G/classes/class.handler.php(206): G\Handler->{closure}(G\Handler)
#2 /lib/G/classes/class.handler.php(110): G\Handler->processRequest()
#3 /app/loader.php(243): G\Handler->__construct(Array)
#4 /index.php(20): include_once('/app/loader.php')

That will be fixed for 3.4.6 which I will release in a couple hours.
 
Why do we need "Read and Write" permissions for Twitter? Is there something in chevereto that creates tweets as the user? My test app is using "Read only" and it seems to work fine...
 
Cant setup FACEBOOK and Twitter.

WEB SITE is http://imgs.asia

Geting this error for FACEBOOK and Twitter:

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

Stack trace:
#0 /lib/G/classes/class.handler.php(206): G\Handler->{closure}(G\Handler)
#1 /lib/G/classes/class.handler.php(110): G\Handler->processRequest()
#2 /app/loader.php(305): G\Handler->__construct(Array)
#3 /index.php(20): include_once('/app/loader.php')
 
Cant setup FACEBOOK and Twitter.

WEB SITE is http://imgs.asia

Geting this error for FACEBOOK and Twitter:

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

Stack trace:
#0 /lib/G/classes/class.handler.php(206): G\Handler->{closure}(G\Handler)
#1 /lib/G/classes/class.handler.php(110): G\Handler->processRequest()
#2 /app/loader.php(305): G\Handler->__construct(Array)
#3 /index.php(20): include_once('/app/loader.php')

That happens when the API keys are wrong. Make sure that the API keys are correct.
 
Back
Top