Closed (fixed)
Project:
Drupal for Facebook
Version:
6.x-3.3
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2011 at 07:45 UTC
Updated:
29 Aug 2012 at 17:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
filsterjisah commentedsubscribing...
same problem here:
1) If I click on the connect button the page reloads (first reload). Login seems to have failed because we are still at the login page (but it's not failed).
2) If we refresh the page or click another button (second reload), I 'm logged in
Comment #2
filsterjisah commentedseems to be a caching issue.
Comment #3
Dave Cohen commentedTry the latest dev copy. I've checked in some code to work better with Drupal's normal caching.
Comment #4
filsterjisah commentedThanks Dave, I'm sorry but I'm at another location now (other client) and cannot confirm that the dev version fixes it... Anyway, this is how we fixed it: we added a workaround that adds a random number as get parameter to the redirect url:
Comment #5
aleada commentedI have the same issue.
Where did you add the code above?
Comment #6
filsterjisah commentedWe used a custom button in our template to connect and added an onclick function that triggers code above. (not the default user login page / block)
Comment #7
Dave Cohen commentedyou could try the "append hash" option on admin/build/fb/settings.
Comment #8
aleada commentedI installed the dev version 6x and works without any problem.
Comment #9
saurabh.arya commentedHi amatech,
Which version exactly?Any special thing to keep in mind while doing it?
Thanks,
Saurabh Arya
skype - saurabh.ar
Comment #10
aleada commented6.x-3.x-dev tar.gz - 2012-Jan-04
I just updated the module, ( keep a backup for db/files ) and I tested many times after update.
You can try this url if you want to see it working
http://www.hellascatalog.gr/user
Comment #11
thankisk commentedWorking on same project... the above suggested module is not working. one more thing if the user is not exist then the page is reloading using but if the user is exist and if we provide correct details for user login then page is not reload... any idea? please help.. :(
Comment #12
vishalchavda commentedHello
I am getting a similar problem with 6.x-3.x-dev tar.gz - 2012-Jan-04.
When an anonymous user clicks on the FB connect button, it does nothing i.e. does NOT display the FB Login popup. It only does this for registered users.
I have cleared my cache, removed FB like block, still does not work.
Any help with this please would be great.
Vishal
Comment #13
aks_richa commentedhey #vishalchavda please try to use 6.x-3.1 2011-Sep-21 version its stable version. i have used and its working very well in my site..
and below attached PHP- sdk version.
please take backup of Db and file.. and also uninstall whole module and thn use this module. hope this will work for you...
Comment #14
aks_richa commentedhey #vishalchavda please try to use 6.x-3.1 2011-Sep-21 version its stable version. i have used and its working very well in my site..
and below attached PHP- sdk version.
please take backup of Db and file.. and also uninstall whole module and thn use this module. hope this will work for you...
Comment #16
joie commentedHi all,
I am seeing this same problem for both login and logout. I've read the docs and double checked my setup. Everything else seems to be working fine but from the login page (/user) if I click the Facebook login button it logs me in fine but I remain on this page - I guess it should do a full page reload so I see my profile details. And when logging out, the /logout link does its job but the page doesn't refresh so looks like I'm still logged in.
(the redirects work fine on the site if I disable the fb_connect module)
I'm running Drupal 6.26, and the Facebook PHP SDK 3.1.1. I've tried using fb version 6.x-3.3 as well as the latest 6.x-dev, but both seem to have the same problem.
I'm happy to help fix it - though I'm not a Drupal expert I'm afraid. Any clues as to where I should be looking?
Thanks
Joe
Comment #17
Dave Cohen commentedPlease don't open issues that have been closed for months. Your problem calls for a different fix. Instead, submit a brand new issue. In that issue also say whether you've enabled the fb_user.module.