The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Facebook Login Issue

+14
concon22
JimmyShawn
mata lelaki
Jophy
noko1
puppycheese
forexrobert
B__Marco
Coldsteel2012
Sanket
runawayhorses
Shadow
SLGray
nextlevelgaming
18 posters

Page 1 of 2 1, 2  Next

Go down

Pro Admin Facebook Login Issue

Post by nextlevelgaming October 1st 2012, 10:33 pm

I am still having issues with the facebook login function. Can someone help me please, ive done everything, I know how to activate it, and i just recently deleted all my codes (js) so that there was nothing interfering with it. If you go to www.upstategaragesales.forumotion.com you will see that when you go to register and click the facebook button it will not work
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by SLGray October 2nd 2012, 1:09 am

When I pressed it, the Facebook log in message appeared just fine. What exactly is not working?


Facebook Login Issue Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by nextlevelgaming October 2nd 2012, 1:40 am

well it appears until you log into your fb account. Then it just does nothign
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by nextlevelgaming October 2nd 2012, 2:22 am

yeah rideem3 ill send you my acct and pass so u can see what is happening to me. I try to associate it and it just refreshes and does nothing. Then try to login in and does nothing.
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by nextlevelgaming October 2nd 2012, 2:35 am

showing you that the associate account wont work thats what Smile

also go to register and does it fill out the forms from the fb account? on my side it does nothing
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by nextlevelgaming October 4th 2012, 6:31 am

BUMP PLEASE need this fixed asap most my users will be facebook users
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by Shadow October 4th 2012, 2:40 pm

Hello,

You have some modified templates that need to be reviewed.

I guess it may be the solution to your problem as we don't have any issue with this on our side :/
Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by nextlevelgaming October 4th 2012, 6:16 pm

Thank you rideem for reporting to PRO staff! i appreciate the effort. and Leeloo, any suggestions on which mod templates i would need to review. I was thinking last night after posting this maybe my template is a bit older before the implementation of FBlogin and maybe I am missing some scripts or something. maybe a link of what I would need or just an explanation of what could be missing thanks. and once i review i will mark as solved if it is fixed thanks again guys for working with me


EDIT-

https://help.forumotion.com/t73698-facebook-connect
found that and did everything it told me for punbb and well lets say that did not help at all


Also you need to have LeeLoo fix the coding for punbb-
the last bit of code for profile_add_body is wrong

it says to search this line
Code:
<!-- END switch_profile_advanced -->

and add this after it

Code:
<!-- BEGIN switch_fb_connect -->
  <dl>
        <dt><label>{switch_preferences_menu.switch_fb_connect.L_FB_LINK_ACCOUNT} :</label></dt>
  <dd>
      <!-- BEGIN switch_fb_account_linked -->
      <span class="gen">{switch_preferences_menu.switch_fb_connect.switch_fb_account_linked.L_FB_ACCOUNT_LINKED}</span>
      <!-- END switch_fb_account_linked -->

      <!-- BEGIN switch_fb_account_not_linked -->
      <fb:login-button size="medium" onlogin="facebook_link()" v="2"{switch_preferences_menu.switch_fb_connect.switch_fb_account_not_linked.L_FB_LOGIN_BUTTON}</fb:login-button>
      <!-- END switch_fb_account_not_linked -->
  </dd>
  </dl>
<!-- END switch_fb_connect -->

which I did and it messes up; i originally had this
Code:
<!-- BEGIN switch_fb_connect -->
         <dl>
            <dt><label>{switch_preferences_menu.switch_fb_connect.L_FB_LINK_ACCOUNT} :</label></dt>
            <dd>
               <!-- BEGIN switch_fb_account_linked -->
               <span class="italic">{switch_preferences_menu.switch_fb_connect.switch_fb_account_linked.L_FB_ACCOUNT_LINKED}</span>
               <!-- END switch_fb_account_linked -->

               <!-- BEGIN switch_fb_account_not_linked -->
               <fb:login-button size="medium" onlogin="facebook_link()" v="2">{switch_preferences_menu.switch_fb_connect.switch_fb_account_not_linked.L_FB_LOGIN_BUTTON}</fb:login-button>
               <!-- END switch_fb_account_not_linked -->
            </dd>
         </dl>
         <!-- BEGIN switch_fb_account_linked -->
         <dl>
            <dt><label>{switch_preferences_menu.switch_fb_connect.switch_fb_account_linked.L_UNLINK_FB_ACCOUNT_EXPLAIN} :</label></dt>
            <dd>
               <label><input type="radio" name="unlink_fb_account" value="1" /><span class="cont">{L_YES}</span></label>
               <label><input type="radio" name="unlink_fb_account" value="0" checked="checked" /><span class="cont">{L_NO}</span></label>
            </dd>
         </dl>
         <!-- END switch_fb_account_linked -->
         <!-- END switch_fb_connect -->

and it looks fine and works better so may be the wrong code that is in the tut
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by nextlevelgaming October 4th 2012, 8:16 pm

No still not. I was just stating that the code in the tut of updating templates it made my preferences all boggled and half the settings disappear Smile

So This is very frustrating. It seems to be only this forum, which is my first punbb forum, all others are phpbb2. yes i know i does not matter board type just it irks me im liking pun and worked on everything to make it decent looking. close to opening to public and fb login just does not work grrr
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by Shadow October 5th 2012, 10:17 am

Hello,

You're right ! Smile
It seems to be related to the version of the forum.
I'll see it with the techs.

Which browser are you using ?

Edit : I've got to search somewhere else, that works on other punbb forums. Sad


Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by nextlevelgaming October 5th 2012, 9:26 pm

Yeah Im still trying to figure this out as well. If you want to take a look at my templates, let me know, because honestly I'm tired of it. LOL. Just a stressful thing right now. I've got other things to do on it, and I do not want to change my theme since it is basically complete to me!
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by nextlevelgaming October 6th 2012, 10:27 pm

Bump please. I am able to give trusted users account info
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by nextlevelgaming October 10th 2012, 7:55 pm

BUMPETY BUMP BUMP
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by nextlevelgaming October 11th 2012, 3:10 am

Oh boy Sad lol alright i gotcha ill take the feature off for now, Ive been trying to fix it by sort of replicating my good sites coding. Still wont. but thanks for answering rideem
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by runawayhorses October 11th 2012, 4:07 pm

Should this topic be moved to "Need a Technician"?

I guess its a PunBB issue. There is a "facebook Invite" problem still pending in the "Need a Technician?" section as well.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by Sanket October 11th 2012, 4:44 pm

Moved to Need of Technician.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by nextlevelgaming October 22nd 2012, 8:01 am

Any word on this Sanket?
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Pro Admin I am getting the same thing.

Post by Coldsteel2012 November 21st 2012, 1:28 am

nextlevelgaming wrote:yeah rideem3 ill send you my acct and pass so u can see what is happening to me. I try to associate it and it just refreshes and does nothing. Then try to login in and does nothing.

I have done this with webs.com. I click it small window pops up and then not signed in. I am admin. I do log out and try using facbook...nothing. I have done the app id and secret. I made a app on facbook. The issue is no one can log in with their facebook to generate enough traffic for facebook. what do I need to submit. This was the only place I was able to post anything so if u could please PM me or send me a email. I would appreciate it. Dont worry, I am advanced. I am just new to this forum site. Not sure if I need to post my furom address publicly here. so please reply.
avatar
Coldsteel2012
New Member

Posts : 3
Reputation : 1
Language : English

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by nextlevelgaming November 21st 2012, 5:11 am

Yeah I have yet to find a solution for this at the moment
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by B__Marco December 30th 2012, 12:07 am

Same problem here I guess...I am trying to Invite friends to my forum via Social networks (facebook).
When I click on the facebook logo in the administration part of my forum, it asks me insert the login/password. I insert them but it keeps telling me they are wrong when they are not :-(

I can not invite friends neither via twitter :-(

Same problem...any help pls?
Thank you
avatar
B__Marco
New Member

Posts : 1
Reputation : 1
Language : english

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by forexrobert January 1st 2013, 10:40 pm

How can I close a forum in here?
I don't see anywhere the info on how to close a forum we have just created.

THank you
avatar
forexrobert
New Member

Posts : 6
Reputation : 1
Language : english

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by SLGray January 2nd 2013, 2:09 am

forexrobert wrote:How can I close a forum in here?
I don't see anywhere the info on how to close a forum we have just created.

THank you
Please do not start multi-topics about the same issue. You should have started a new thread about your issue which is not related to this thread's issue.


Facebook Login Issue Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by Guest January 23rd 2013, 6:44 am

Hi!

I'm running into similar problems here (https://help.forumotion.com/t119438-facebook-connect-keeps-redirecting-me-to-the-registration-page). Running phpBB3 Prosilver.

SLGray will provide an update on his findings below.

Samantha
avatar
Guest
Guest


Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by SLGray January 23rd 2013, 6:46 am

After using a test account, I could not locate any errors in the set up of the Facebook Connect module. After turning off JavaScripts, Announcements, and Forum Widgets issue was still there.


Facebook Login Issue Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by runawayhorses January 23rd 2013, 7:19 am

What happened to the "facebook Invite" thread that was in this section? I created that topic about 6 months ago and it was sitting in this section of the forum "Need a Technician" and it isn't here anymore. That issue is not fixed yet the facebook invite from the profile pages is still not working. A lot of people replied to it saying the same thing, and Leeloo said they were working on it, so where is that topic?
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by SLGray January 23rd 2013, 7:34 am

runawayhorses wrote:What happened to the "facebook Invite" thread that was in this section? I created that topic about 6 months ago and it was sitting in this section of the forum "Need a Technician" and it isn't here anymore. That issue is not fixed yet the facebook invite from the profile pages is still not working. A lot of people replied to it saying the same thing, and Leeloo said they were working on it, so where is that topic?
For some reason, it was in the garbage. I have moved it back.


Facebook Login Issue Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by runawayhorses January 23rd 2013, 9:42 am

SLGray wrote:For some reason, it was in the garbage. I have moved it back.
Ok good, thanks.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by puppycheese April 7th 2013, 7:11 pm

what has been going on with this?
puppycheese
puppycheese
Forumember

Posts : 141
Reputation : 2
Language : english

http://www.converseit.net/

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by noko1 June 16th 2013, 12:31 pm

Hi, I have a question about Facebook, is it possible to embed Facebook comments in this kind of forums
avatar
noko1
New Member

Male Posts : 2
Reputation : 0
Language : Bulgarski
Location : Bulgariq

http://place.forumsmusic.com

Back to top Go down

Pro Admin Re: Facebook Login Issue

Post by Jophy June 16th 2013, 5:09 pm

noko1 wrote:Hi, I have a question about Facebook, is it possible to embed Facebook comments in this kind of forums
Hello, Please post a new topic for your question, I believe this is a different issue. Thanks Smile
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum