-
Notifications
You must be signed in to change notification settings - Fork 8
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
Trying to setup using WordPress 4.1 #33
Comments
Can you debug? Please modify flickr_oauth_callback.php below. diff --git a/flickr_oauth_callback.php b/flickr_oauth_callback.php
index edf6a5c..cbeaa70 100644
--- a/flickr_oauth_callback.php
+++ b/flickr_oauth_callback.php
@@ -5,4 +5,5 @@ unset($_GET['frob']);
require_once(dirname(__FILE__).'/check-oauth.php');
$token = FlickrPress::getClient()->auth_getToken($frob);
+var_dump($token); exit;
include_once(dirname(__FILE__).'/inc.flickr_oauth_callback.php'); |
Thanks for the reply, I'll try it when I get home. |
I just get a blank page that says "NULL". There are no console errors or anything, its stuck on http://www.mydomain.com/wp-admin/admin.php?action=wpfp_flickr_oauth_callback&frob=##############-##############-###### |
Thank you debug. |
No, I don't have any other Flickr plugins installed and the only plugins I have enabled are below: Adminer Version 1.3.2 | By Frank Bültge | View details Blog Introduction Version 1.9.11 | By Jussi Ruokomäki | View details Duplicate Post Version 2.6 | By Enrico Battocchi | View details | Donate | Translate Social Web Links Version 5.0 | By Nischal Maniar | View details WordPress Importer Version 0.6.1 | By wordpressdotorg | View details wp-flickr-press Version 2.0.0 | By Tatsuya Fukata, Alexander Ovsov | View details WP Post Series Version 1.0.1 | By Mike Jolley | View details WP Super Cache Version 1.4.2 | By Automattic | View details |
Thank you. |
I was checked. it's ok.
Your account is google account? my account is yahoo account. |
I use Yahoo now but I used to use google months ago. I was just thinking the problem might be related to that, Flickr knows I used Google Auth for that Flickr account before |
Can u create new flickr user and testing? |
I have the same problem with a new Flickr/Yahoo account. |
I get the same question...It just stop an null page when you Update Token |
I'm trying to setup access to Flickr using version 2 of wp-flickr-press on Wordpress 4.1 but after I put my key and secret in and press update the popup window loads for a second or two then stays blank.
Chrome dev tools shows an error of:
Uncaught TypeError: Cannot read property 'nsid' of undefined wp-admin/options-general.php?page=wp-flickr-press/FpAdminSettingEvent.php:328
The text was updated successfully, but these errors were encountered: