-
Notifications
You must be signed in to change notification settings - Fork 63
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
ClientLogin Removed #4
Comments
I have a problem since the recent update of wordpress : |
Bump. ClientLogin not working, can't fetch spreadsheet id. |
Same error here. |
I have created a solution, not using zdata anymore. |
@coolshrimp can you upload a new package or give details on the fix? |
I will shortly putting a package together for release Coolshrimp Modz
|
@coolshrimp let me know if you would like to take over maintenance of this package, I would be more than happy to transfer ownership of the repo. Personally, I have stopped using this package and simply do not have the time to maintenance it. |
Hey sure I'll let you know. Been a bit busy myself I'm making a nice simple package for people to grab and customize. Coolshrimp Modz
|
@coolshrimp is it possible to get some code for this? even if it is not well packed? thanks :) |
Now ClientLogin is working again ! Is it temporary or not ? I think this will not be available for a long time so did someone already made some code using Auth2.0 ? |
Is ClientLogin working for anyone, I don't think it is working today. I verified that www.google.com/accounts/ClientLogin is now giving a 404 error. @coolshrimp I'd be excited to try out your code. |
hey iv been pretty busy ill try to have it up in a day or so |
@coolshrimp , great! looking forward to it. |
I'm re-writing this class based on this post: http://stackoverflow.com/questions/21470405/google-api-how-to-connect-to-receive-values-from-spreadsheet Looks promising so far. Setting up oauth is a pain. I'll post it when it's usable. Maybe @coolshrimp has a better implementation. |
Have a look at the oath packages of "the php league" https://thephpleague.com/#packages |
I put up what I have here: https://gist.github.com/andrewzirkel/8ff2a0d0ea8ef49bfdf3 I have the following working:
I don't have time to look at the rest at the moment, those functions are what I use. To use the update function I think you will have to use a query to get the row number to update. |
@andrewzirkel Thanks andrew, although this is obviously not just a simple copy/paste of the google spreadsheet class. Tried that, but I don't know what these new parameters are for the new __construct. @coolshrimp any update? Some days ClientLogin works, mostly it doesn't. Ugh. You can never count on anything working for the long haul when it comes to web development. |
here is my working script: |
No longer working can you please fix.
ClientLogin needed to switch to oAuth2
The text was updated successfully, but these errors were encountered: