Topic-icon Need help with JFBC connect Open tag and Jreviews

Active Subscriptions:

None
12 years 5 months ago #39890 by dcasmr
Hello,
I need help configuring the JFBConnect component OPEN tag with Jreviews. At this point, I read the doc obtained and installed the SSL. Everything is configured.
I ran autotune and did not see some errors.
What I am trying to achieve before Christmas is:
1.) Be able to push all Jreviews listings to Facebook
2.) Be able to have all Jreviews Reviews posted to facebook
3.) All Jomsocial events (photos, videos, etc.)
What I have done so far:
I read and watched some videos, but I don't see anything that specifically demonstrate how to do it will all important elements of Jomsocial and Jreviews.
I will appreciate any help that will enable me to not only achieve that, but to know how to the same in the future.
My site is being launched and I need all the pointers in order to meet the deadline.
Thank you.
The topic has been locked.
Support Specialist
12 years 5 months ago #39911 by alzander
Our jReviews integration doesn't do everything you seem to be looking for. The Open Graph Actions we support for jReviews are for 'actions' that a user can take on your listings, like:
* Reading a listing
* Leaving a review on a listing
When a user takes those actions, they will post to the user's personal profile Activity Log and/or Timeline.

So, you should be able to do #2 and #3 above.

If you haven't already seen our Open Graph Actions examples section, I'd start there. Specifically, there is a picture tutorial of each setting you'd need to make for posting JomSocial photos to Facebook . That should get you started on how to setup one action, and from there, hopefully the others will be a bit more clear.

If you run into issues or have any questions though, please let us know what you've gotten setup and what is, or isn't, working.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 5 months ago #39916 by dcasmr
Hello,
Thanks for the detailed info. I ran into problems at the Story step in facebook. I am getting the error "Unable to generate story".
As for Adding a Review in Jreviews, do we need to setup the object / action in facebook also?
thanks
The topic has been locked.
Active Subscriptions:

None
12 years 5 months ago #39936 by dcasmr
Hello,
I might admit I don't have a grasp of the facebook opengraph. I did find out that while loading apps.facebook.com/site_leburkinanet
I get a Notice: Undefined property: stdClass::$id in public_html/libraries/gantry/core/params/overrides/gantrymenuitemparamoverride.class.php on line 66
thanks
The topic has been locked.
Active Subscriptions:

None
12 years 5 months ago #39955 by dcasmr
Hi,
I contacted Rockettheme to find out about the error generated by the app in facebook.
I was told that facebook is blocking googleappis. See below:
"Blocked loading mixed active content "ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js""
Again this is the app I created on facebook:
apps.facebook.com/site_leburkinanet
The topic has been locked.
Support Specialist
12 years 5 months ago #39959 by alzander
When I load your Facebook App page, the Javascript console displays the following:

[blocked] The page at 'leburkina.net/' was loaded over HTTPS, but ran insecure content from 'ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js': this content should also be loaded over HTTPS.

RocketTheme is correct that the jQuery file isn't being loaded, but it's not because Facebook is blocking the file, the browser is doing it. Since the page is being loaded over https, browsers won't load content fetched over http:// without the user approving that content from loading.

The solution is to simply update whatever is loading that Google API to use the https:// URL or, even better, update the URL to:
//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js
Loading a file with just // (instead of http or https) will always load the file with whatever scheme is currently being used.. which makes sure you're always loading the best copy.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 5 months ago #39971 by dcasmr
Hi,
Thank you for the suggestions. I will try to locate that file and make the changes. Will keep you informed.
Thanks
The topic has been locked.
Support Specialist
12 years 5 months ago #39983 by alzander
No problem. Definitely let us know what you find, and good luck!

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 5 months ago #40014 by dcasmr
Hi Alex,
I removed K2 and the reference of loading http:// www.googleapis.com is no longer manifested.
Now, this is the error I am getting in Javascript console of the APP.

(index):1Refused to connect to 'https://nikkomsgchannel/e?00190053005a002500340031001a0057005000240058005e0…4e00590047005100600027002d003700590005002b005f0052005d005a005b002f002d002e' because it violates the following Content Security Policy directive: "connect-src https://*.facebook.com http://*.facebook.com https://*.fbcdn.net http://*.fbcdn.net *.facebook.net *.spotilocal.com:* https://*.akamaihd.net ws://*.facebook.com:* http://*.akamaihd.net https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com attachment.fbsbx.com".

Right now, all the Likes work only on my site, but nothing is manifested on Facebook. Also, I tried to send a Friend request to another friend already on my site. The request is created in ADMIN panel with a status of READ even though he did not see it. When he sends me a request, I see in ADMIN panel the request with a Status of Read.
Is it because we are already on the site? If so, that will make sense.
I noticed that requests sent to facebook users not on the site have a status of SENT.

Thank you so much for your support.
The topic has been locked.
Support Specialist
12 years 5 months ago #40044 by alzander
Did you change the URL of your Facebook App? The link you posted above isn't working.

As for the weird refused connection with the nikkomsgchannel URL, that looks to be an issue with an app called Rapport. I don't know what that is, but I'd recommend investigating and uninstalling if it's causing issues. For more information, see:
stackoverflow.com/questions/3707893/asp-...ikkomsgchannel-error

I hope that helps,
Alex
The topic has been locked.