-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google+ Integration not working #4
Comments
Hmmm... actually, while my twitter and facebook feeds are coming in, I'm unable to post, so maybe my install is broken somehow. Here's an error and stack trace from the log:
|
RE: Google access RE: Posting issue: Please let me know if you have any other questions, or if I didn't hit the nail on the head with what you were originally addressing. Thank you for checking out the app, we appreciate your interest and are always looking to fix any bugs people find. -rgillet |
The facebook and twitter posts didn't go through for a long while, then both went through, the facebook one twice, so I'm guessing that something was just wonky with my Internet. The Google+ integration isn't doing anything that I can see. No posts are showing from Google+ in my stream at all. |
If I am not mistaken, I sat next to you at the SELF conference in Charlotte a few months ago!! Glad to hear the facebook and twitter are working. We release new code almost daily, so try grabbing a new pull from master and hopefully that will fix it. One of the main google issues is that their tokens are only good for an hour before needing to be refreshed so try going to the manage accounts page and reauthenticating google by clicking on the button to do an auth flow again. That should also trigger running the cron which will hopefully get new data with a new token. (I have a refresh token function written but it is admittedly still a little wonky and might not be fully working) We will take a look at the google feeds and see if we can find any errors. You can run cronManager,php alone and put print statements in it to get more data. That file is in /src/cron/poller/cronManager.php - though it will eat away at your call limit each time you do it. Let me know if none of that works and we can continue to try troubleshooting it -rgillet |
I have been successfully able to get Acilos up and running on a local server and the Twitter and Facebook connections appear to be working. The Google+ integration doesn't appear to be working though. I followed the instructions in the video ( https://www.youtube.com/watch?v=zDQShmJ74Kw ), but when I log in the only permission it asks for is "offline access", nothing about managing circles, posts and such.
The text was updated successfully, but these errors were encountered: