ahupp
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-FacebookConnect] [Plugin: WP-FacebookConnect] Speed IssueThis is very specific to however your site is setup and what its loading. I suggest checking in Firebug what order they load in, or looking at the source code. Then you can try to re-order the scripts depending on your priorities.
-Adam
Forum: Plugins
In reply to: [WP-FacebookConnect] Can WP-FacebookConnect users be WP "Authors"?An existing administrator can change the user’s role in the admin console to anything they want, including administrator or author.
-Adam
Forum: Plugins
In reply to: [WP-FacebookConnect] [Plugin: WP-FacebookConnect] API ErrorI’m not aware of any 3.0.1 problems. Could you include more information? Where is next pointing in this case, is this when logging in?
-Adam
Setting FBC_USER_PROFILE_WINDOW to false in config.php will disable it.
-Adam
Forum: Plugins
In reply to: [Plugin: WP-FacebookConnect] Logging people in as adminHere’s a fix: https://www.ads-software.com/extend/plugins/wp-facebookconnect/
This is a bug in wordpress 3.0 only. Let me know if you have any issues.-Adam
I put a fix up: https://www.ads-software.com/extend/plugins/wp-facebookconnect/
Let me know if you have any issues.-Adam
Ok, thanks to another user and some digging I found that this is due to a backwards-incompatible change in wp_insert_user() in 3.0. I’ll push out an update and post here when that’s done.
-Adam
Forum: Plugins
In reply to: [Plugin: WP-FacebookConnect] Logging people in as adminSilkjaer,
I’m the author of this plugin. You’ve identified the problem exactly – thank you for the help! I’ll ship an updated version later today.-Adam
Hello,
I’m the author of this plugin. I’ll look at fixing it ASAP. I don’t believe it’s a security issue though – I think it’s a bug that is resetting the admin user’s role.Could you tell me what version of wordpress and which version of the plugin you are using? This post is labeled as ‘wordpress 3.0’, is that correct? My email is adam <at> hupp.org. Thanks,
-Adam
Forum: Plugins
In reply to: [Plugin: WP-FacebookConnect] logout doesn’t logout of FBdaviscomedy, could you post a url with the address of the site? What browser are you seeing this in?
Hi twcarter,
Thanks for the report and update. Can you describe how the logout with redirect works? I’ll take a look at your changes tomorrow – are you ok with me possibly including them in the plugin?-Adam
Forum: Installing WordPress
In reply to: [Plugin: WP-FacebookConnect] Invalid ArgumentThe message explains the problem:
The Facebook Connect cross-domain receiver URL (https://sachistudio.com/blog/<snip>) must have the application’s Connect URL (https://www.sachistudio.com/blog) as a prefix. You can configure the Connect URL in the Application Settings Editor.
You need to set the connect url appropriately in your app settings. FYI, you are using the sociable plugin not the wp-facebookconnect plugin.
Forum: Plugins
In reply to: [Plugin: wp-facebook connect ] Security Check FailedI’m not seeing that on the techcrunch site. Can you still repro on your site? Link?
FYI, if you don’t add a tag with the the plugin name here I’ll never see it.
The background color defaults to ‘light’, you can also choose dark and black. I don’t think there’s a single default that will work fore everyone but I’ll add this to the FAQ. Here’s the full docs on login-button:
https://wiki.developers.facebook.com/index.php/Fb:login-button
Forum: Plugins
In reply to: [Plugin: WP-FacebookConnect] logout doesn’t logout of FBDoes your logout do a redirect (e.g. a redirect param is passed to wp-login) or does it land on the wp-login.php page? There’s a bug that prevents logout from working properly in the former case. It works fine in the latter though (or should). You can also logout by clicking “logout” in the box in the upper-right-corner.