Facebook Connect Support Thread
#41
Posted 10 October 2010, 08:43
API Error Code: 100
API Error Description: Invalid parameter
Error Message: next is not owned by the application.
Can someone tell me what caused it and how to fix it?
#42
Posted 11 October 2010, 11:09
I've installed this contribution and i'm wondering if someone can help me with the code (without the customer seeing it) for logging out from my site and also from facebook.
Thnks in advance...
#43
Posted 18 October 2010, 01:13
Well thanks for the help!
Edited by Pilloli, 18 October 2010, 01:15.
#44
Posted 18 October 2010, 05:04
someone know why that happend?
#45
Posted 19 October 2010, 03:20
Edited by Pilloli, 19 October 2010, 03:21.
#46
Posted 20 October 2010, 17:02
#47
Posted 21 October 2010, 02:01
myancey260, on 20 October 2010, 17:02, said:
ADD fb_user_id VARCHAR(32);
#49
Posted 23 October 2010, 14:24
A few questions here. Does this work well with the PWA (purchase without account) mods and I'm assuming it won't interfere with any payment modules such as Paypal IPN or Authorize.net, right?
If I understand how this works, a customer can use their Facebook login details to speed up the checkout process? Is this all it does?
Thanks for the help!
Steve
#50
Posted 24 October 2010, 22:04
Quote
I DONT KNOW
Quote
right
Quote
YES
#51
Posted 25 October 2010, 15:57
i want to create my logout in one page. i tried this, but its not logging me out
<?php
if ($_GET['logout'] == 1){
setcookie('fbs_'.$facebook->getAppId(), '', time()-100, '/', '.sensored_mydomain_is_here.com');
}
?>
here is a pastebin of my single page script including the files from this contribution
http://pastebin.com/B0bpLJte
tia
#52
Posted 25 October 2010, 18:12
gavimobile, on 25 October 2010, 15:57, said:
i want to create my logout in one page. i tried this, but its not logging me out
<?php
if ($_GET['logout'] == 1){
setcookie('fbs_'.$facebook->getAppId(), '', time()-100, '/', '.sensored_mydomain_is_here.com');
}
?>
here is a pastebin of my single page script including the files from this contribution
http://pastebin.com/B0bpLJte
tia
#53
Posted 26 October 2010, 10:13
gavimobile, on 25 October 2010, 18:12, said:
#54
Posted 27 October 2010, 20:04
Edited by andes1, 27 October 2010, 20:16.
#55
Posted 31 October 2010, 22:43
I used an OSmod to try to setup facebook connect to allow users to login to my site. Nice contribution thanks facebook connect 1.1. However once I log in, I am directed to the registration page with only partial details filled. It seems as if not all fields are filled such as address.
The email address seems to be my Ap ID key so something is not working correctly. This is what appears in the email field:
apps+154827634559254.1076601898.8f826ad7bb7cbe617f7a56e85a5293cc@proxymail.facebook.com
Any advise would be appreciated.
#56
Posted 01 November 2010, 08:37
Canvas url - should that be set the the create_account.php page?
if the store is running on root and not /catalog/
Edited by sublok, 01 November 2010, 08:41.
#57
Posted 01 November 2010, 09:45
As a side note, if a customer is logged in to Facebook, and does not have a user account then they are prompted create a new account (pre-filling the information available )...
However, If the customer has already created an account (*in the case of returning customers, or if they update their email address from their account page), with an email other than their facebook, it does not give the customer the chance to login and automatically redirects them to the create_account page.
Thus if user exists with different email, but logged into Facebook under separate email there is no way for them to login with the non-Facebook email. It just loops on the login.php page...
Since we do heavy marketing and advertising through a variety of channels, thus it could confused those already registered under a different email.
Is there a work around for this?
Edited by sublok, 01 November 2010, 09:47.
#58
Posted 02 November 2010, 08:08
The email is a proxy email that Facebook sets based on the user setting of the person that is trying to join.
So you get something like app+...@proxymail.facebook.com.
To resolve this is directly related to the first initial login of the facebook user. When they click Facebook Connect login on your site, the popup will ask the facebook user if they want to allow you permission to their details.
NOW if the facebook user does not use the dropdown box to specify their real email, what happens is that the proxy email is given to your OScommerce create_account page. If they do use the dropdown box and select their real email, you will get that populated to your account page.
I am still looking for the answer on how to auto-populate all the other fields such as Address, City, State.
Any one there to help!
#59
Posted 02 November 2010, 22:02
what can i post for you to get assistance.
thanks in advance
#60
Posted 02 November 2010, 23:10
Quote
logout works good, give the customer the choice to finish his FB session if he wants.
when a customer logout from your store, that does not mean that he wants to finish his FB activities; for that reason is good to give him this choice on logout page...
a simple link to FB CAN DO THAT!
watch this video
facebook oscommerce














