Title: mlovick's Replies | WordPress.org

---

# mlovick

  [  ](https://wordpress.org/support/users/mlovick/)

 *   [Profile](https://wordpress.org/support/users/mlovick/)
 *   [Topics Started](https://wordpress.org/support/users/mlovick/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mlovick/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mlovick/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mlovick/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mlovick/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mlovick/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Faulty UM Social Login](https://wordpress.org/support/topic/faulty-um-social-login/)
 *  [mlovick](https://wordpress.org/support/users/mlovick/)
 * (@mlovick)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/faulty-um-social-login/#post-10157957)
 * What I did to fix this was alter the code slightly:
    um-social-login-facebook.
   php
 * Line: 86
 * Found that if I entered the URL to my login page it all worked hunky dory…
 * Change: $accessToken = $helper->getAccessToken();
 * To: $accessToken = $helper->getAccessToken(“[https://www.EXAMPLE.com/login/?provider=facebook&#8221](https://www.EXAMPLE.com/login/?provider=facebook&#8221););
 * Naturally, when this plugin updates it will kill my temp fix.
 * FYI – my site runs fully over https:// – I think this might be the reason but
   not 100% on that.

Viewing 1 replies (of 1 total)