TinRegin
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Social Login] Facebook Login redirecting to adminHi Jordi,
I completely forgot about this post.
Anyways I managed to fix it.There’s an option in the wp_options table with option_name: wsl_settings_redirect_url
I just changed that to my new domain and it worked.
Forum: Plugins
In reply to: [WordPress Social Login] Post on Facebook user's timeline and Like a pageAgain I have absolutely no idea why the function is asking for a $user_id and $hybrid_user_profile when the function doesn’t even use those arguments??
I’m also not sure where to find this $hybridauth_user_profile variable.
This needs to be done after login not before.
Forum: Plugins
In reply to: [WordPress Social Login] Add new permissions?Where is the best place I should use this?
Which file?Sorry I’m just not really sure where to use filters.
Forum: Plugins
In reply to: [WordPress Social Login] Add new permissions?I added these permissions to the
wordpress/wp-content/plugins/wordpress-social-login/hybridauth/Hybrid/Providers/Facebook.php file:public $scope = "email, public_profile, user_friends, user_location, user_hometown, user_likes, publish_actions";However when I go to register a new account through facebook, in the wp_wslusersprofiles table, under the “country”, “region”, and “city” columns, it’s blank…
Forum: Plugins
In reply to: [WordPress Social Login] Post on Facebook user's timeline and Like a pageI’m also having trouble just including that file specified on the developers github documentation:
I also tried including it like so:
http://pastebin.com/nSPrkJLn