Title: Error While redirecting back
Last modified: August 30, 2016

---

# Error While redirecting back

 *  [mastermind.prakash](https://wordpress.org/support/users/mastermindprakash/)
 * (@mastermindprakash)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/error-while-redirecting-back/)
 * When its redirecting back to my website, it shows a page of wordpress login.
   
   And says enter your email address to continue.
 * Only after entering the email, The email coloumn gets filled with the Id. Rest
   remains unfilled.
 * [https://wordpress.org/plugins/yith-woocommerce-social-login/](https://wordpress.org/plugins/yith-woocommerce-social-login/)

Viewing 14 replies - 1 through 14 (of 14 total)

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333186)
 * Hi mastermind.prakash,
    the plugin request the email for twitter login, because
   Twitter API doesn’t permitt to access to this information.
 * Yithemes
 *  [ankitv89](https://wordpress.org/support/users/ankitv89/)
 * (@ankitv89)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333283)
 * I am facing the same issue with Facebook and Gmail. The users can’t log out of
   their profile from my site.
 *  [ankitv89](https://wordpress.org/support/users/ankitv89/)
 * (@ankitv89)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333284)
 * Also, after authenticating they are directed to a wordpress login to get emails.
   AI checked again, FB and Google API are authorizing email id sharing.
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333287)
 * Hi ankitv89,
    we have still tried and the plugin works well. Probably there are
   some problems with your installation or in the settings of socials
 * Regards
    YITHEMS
 *  [ymunjal](https://wordpress.org/support/users/ymunjal/)
 * (@ymunjal)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333298)
 * Hello,
 * I am at the wp-login.php and press sign-in with google/facebook, instead of sign-
   in, it goes to register with google/facebook each time and says this email id
   is already registered.
 * I know this email id is registered and i am at the login page … not the signup
   page but it still gives error, this email id is registered and ask for another
   mail id.
 * well i’ve registered once via social login so it should allow me to login next
   time.
 * why it pretend to register again and again even at login page?
 *  [ymunjal](https://wordpress.org/support/users/ymunjal/)
 * (@ymunjal)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333299)
 * see this page below: [http://goo.gl/Aogwwq](http://goo.gl/Aogwwq)
 * no matter if you click on fb icon below login or register, it never goes for 
   login. It always behave like register. and once user is registered, it gives 
   error stating: email id already exists.
 * whereas it should happen like: if email id exists, it should authenticate and
   allow user to login.
 * please tell whats the reason behind it.
 *  [Phinos](https://wordpress.org/support/users/phinos/)
 * (@phinos)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333300)
 * I have the same issue, each login with facebook, always redirect to a page that
   ask the user to fill Email.
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333301)
 * Hi all,
    your application in facebook must be live and all in the status and 
   review must be active. From the demo of ymunjal i see this problem [http://ge.tt/7h8K27P2/v/0?c](http://ge.tt/7h8K27P2/v/0?c)
 * Yithemes
 *  [Phinos](https://wordpress.org/support/users/phinos/)
 * (@phinos)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333302)
 * Hi,
 * Yes i have activated apps and already live. But why users who login with facebook
   should be redirected to a page that asks Email?
 * Can it be changed? so that the user can directly login without having to fill
   Email again.
 * Thank You.
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333304)
 * Hi Phinos,
    The user who login facebook are redirect to a page that ask email
   because Facebook don’t return the email address of the user in its response.
 * Try to modify the scope of Facebook Provider in this file
 * yith-social-login\includes\hybridauth\Hybrid\Providers\Facebook.php
 * replace the line 18 from
    `public $scope = "email, user_about_me, user_birthday,
   user_hometown, user_website, publish_actions";`
 * with this
    `public $scope = "email, public_profile";`
 * and try again.
 *  [peterleaus](https://wordpress.org/support/users/peterleaus/)
 * (@peterleaus)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333307)
 * Hi YITHEMES,
    I’ve tried to do exactly as you wrote above (modify the scope of
   Facebook Provider) but it seems does not work at all. Each login with Facebook,
   it always redirect to a page that ask the user to fill Email. Please kindly give
   me some advices. Thank you.
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333308)
 * Hi,
    We will release a new version in these days to fix the issue.
 * Regards
    YITHEMES
 *  [jestillore](https://wordpress.org/support/users/jestillore/)
 * (@jestillore)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333334)
 * any update on this?
 *  [Win Win](https://wordpress.org/support/users/aminericher/)
 * (@aminericher)
 * [10 years ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333335)
 * Hi, I’m facing the same issue everytime a memeber unlink his account registered
   using social login. The member can not login anymore and he is faced with a wordpress
   page :
 * > Please, fill in the form below with your information to continue.
   > This email already exists
   > Email : ___
 * Any update on this ?
    Thanks

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Error While redirecting back’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yith-woocommerce-social-login_c899b9.
   svg)
 * [YITH WooCommerce Social Login](https://wordpress.org/plugins/yith-woocommerce-social-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-social-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-social-login/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-social-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-social-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-social-login/reviews/)

## Tags

 * [redirecting](https://wordpress.org/support/topic-tag/redirecting/)

 * 14 replies
 * 8 participants
 * Last reply from: [Win Win](https://wordpress.org/support/users/aminericher/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/error-while-redirecting-back/#post-6333335)
 * Status: not resolved