× Joomla Facebook Connect support forum

Topic-icon Invitation Request - Clicking confirm actually ignores

Active Subscriptions:

None
I just sent an invitation to my buddy on facebook, and when he clicked the "confirm" button, it said "you have ignored this invitation..." or something of the sort. Any ideas? I tried this with a few different people and they all reported the same results.
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #484 by jdundon
Any news? Are other people getting this error or is it unique to my setup? Thanks!

Jesse
The topic has been locked.
Support Specialist
Can you post your invitation page? That way we can see the code that's being generated, and send some invites to ourselves to see what's going on.

It's certainly not something we're aware of as being widespread, but will definitely look into it.
The topic has been locked.
Active Subscriptions:

None
Hi, I have this issue when a friend tries to confirm invitation:

Warning: Missing argument 1 for JFBConnectFacebookHelper::_getUserInfo(), called in /home/exitosos/public_html/plugins/authentication/jfbconnectauth.php on line 48 and defined in /home/exitosos/public_html/components/com_jfbconnect/helpers/facebookhelper.php on line 174

Fatal error: Uncaught exception 'FacebookRestClientException' with message 'Session key invalid or no longer valid' in /home/exitosos/public_html/administrator/components/com_jfbconnect/assets/facebook-api/facebookapi_php5_restlib.php:2458 Stack trace: #0 /home/exitosos/public_html/administrator/components/com_jfbconnect/assets/facebook-api/facebookapi_php5_restlib.php(1232): FacebookRestClient->call_method('facebook.users....', Array) #1 /home/exitosos/public_html/components/com_jfbconnect/helpers/facebookhelper.php(179): FacebookRestClient->users_getInfo(NULL, Array) #2 /home/exitosos/public_html/plugins/authentication/jfbconnectauth.php(48): JFBConnectFacebookHelper->_getUserInfo() #3 /home/exitosos/public_html/libraries/joomla/user/authentication.php(121): plgAuthenticationJFBConnectAuth->onAuthenticate(Array, Array, Object(JAuthenticationResponse)) #4 /home/exitosos/public_html/libraries/joomla/application/application.php(528): JAuthentication->authenticate(Array, Array) #5 /home/exitosos/public_html/includes/applica in /home/exitosos/public_html/administrator/components/com_jfbconnect/assets/facebook-api/facebookapi_php5_restlib.php on line 2458
The topic has been locked.
Support Specialist
Please make sure you are using JFBConnect v2.0. This issue has been fixed since the release candidate versions. You should be able to tell a new release is available when you go to the JFBConnect 'home' page in your administration area.

The authentication plugin, throwing the error below, should be version 2.0.2. I'm assuming you're using an older one (packaged with an earlier RC release of JBConnect). You can see the version number by going into "Extensions->Install/Uninstall" Then clicking on the "Plugins" tab and finding the "Authentication - JFBConnect Facebook" plugin.
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #538 by jdundon
Sorry, my hard drive died on me. I will post a link to my invite page later today. Thanks!
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #541 by jdundon
Ok, I published it to a page with a hidden menu for you to try out. Please go to this link:

[url:j5400o64]http://www.rugbyunited.com/index.php?option=com_content&view=article&id=461&Itemid=283[/url:j5400o64]

Thanks!
The topic has been locked.
Support Specialist
It looks like your "Invite Action Url" is not set. This should point to your homepage, or to another page within your site that you'd want the 'invitees' to be directed to (i.e. "Welcome Facebook Users! Here's why our site is so great...."). I'm not sure if this would cause the problem you're having, but it may, since FB wouldn't know where to send the user now that they've accepted your app... may just think it's a bogus invite.

Also, there's a typo in our code, which may be causing it, but since it's not affecting anyone else, I don't think that's the case. We will be posting a new Invite module shortly with the fix, and if the above doesn't work for you, we'll post what you need to do here. Just let us know.
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #552 by jdundon
Fixed the post-invite url and I am still having the error. Any ideas? If you have a typo in the code I would be happy to fix it myself :)

Thanks!
The topic has been locked.
Support Specialist
Sure thing. I don't think this is your problem (or would have posted it earlier), but please try and report back. This is a very strange issue!

In the modules/mod_jfbcinvite/tmpl/default.php, line 26, add the quote at the end of the line:
content="<?php print $inviteContent; ?>"
The topic has been locked.