Topic-icon FB App ID won't change in URL

Active Subscriptions:

None
9 years 2 months ago #61244 by theguy
Hi,

We've setup a Facebook app to test the JFB login form integration in our website.
Followed your documentation step by step and inserted our FB App ID but still the ID in the popup box is different and we get the following message:
This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions.‎

In addition, despite the fact that Hikashop recommended of this extension, there's no integration with Hikashop users. Are we missing something?

Please advice,

Guy.
The topic has been locked.
Support Specialist
9 years 2 months ago #61247 by mel
Replied by mel on topic FB App ID won't change in URL

This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions.‎

This means that you have not switched your application live. In the App Review section of your application on developers.facebook.com, please set the top option of "Make YourAppName public" to Yes. Otherwise, you can just login with an administrator or developer of the application.

In addition, despite the fact that Hikashop recommended of this extension, there's no integration with Hikashop users. Are we missing something?

There's no setting (that I know of) in HikaShop to directly add the JFBConnect buttons like some other extensions provide. Instead:
* If you're looking on adding the Social Login buttons directly to the HikaShop pages, it is accomplished by you making a template override of their desired page and adding the {JFBCLogin} easy-tag to the page.
* If you're looking to import social network profile data into HikaShop, please follow these guidelines on how to set this up.

If you need more clarification on either of these two areas or are looking for different integration, please let us know.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 2 months ago #61265 by theguy
Hello Melissa,

Thank you for the quick replay.
We've double checked ourselves and the FB app is set to live and public.
Our problem is completely different, we insert Facebook's app id to the admin section into your component and despite that, the url we get is a different one.
Please see attached screen shot.

Please advice,

Guy.
File Attachment:
The topic has been locked.
Support Specialist
9 years 2 months ago #61270 by mel
Replied by mel on topic FB App ID won't change in URL
Looking at the page source for your site, there's another extension adding a block of code for Facebook with the second app id you are seeing. This is causing that problem. You will need to disable Facebook features in other plugins/extensions on your site to resolve this.
<script>

window.fbAsyncInit = function() {
FB.init({
appId      : '1641151589522710',
xfbml      : true,
version    : 'v2.8'
});
FB.AppEvents.logPageView();
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
The topic has been locked.