Topic-icon Open Graph Activity Menu

Active Subscriptions:

None
11 years 8 months ago #47162 by klox7
Hello,

I added menu item Open Graph Activity to my site and if I'm not logged in for ex. with Facebook it redirects me to Joomla login page (index.php?option=com_users&task=details) but without option to sign in with social network. How to enable this?

Regards
The topic has been locked.
Support Specialist
11 years 8 months ago #47164 by alzander
Replied by alzander on topic Open Graph Activity Menu
Can you explain a bit more about what is redirecting you? Are you saying that when you login using a non-Facebook account and then click on the Open Graph Activity menu item you created, you're being brought to the standard Joomla User Details page? If so, that sounds like a bug that we'll have to investigate.

Let me know if I'm correct, and we'll do what we can to get you going.

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

None
11 years 8 months ago #47170 by klox7
Replied by klox7 on topic Open Graph Activity Menu
I'm not logged in when this happens.

If I'm logged in with joomla user it redirects me to the same page but with log out button showing instead.

If I'm logged in with Facebook account I land at Facebook Timeline Activity page.

Off-topic: Can I also see what my friends are doing on site with Open Graph Activity or can I see just my activity?
The topic has been locked.
Active Subscriptions:

None
11 years 8 months ago #47251 by klox7
Replied by klox7 on topic Open Graph Activity Menu
Did you maybe check if there is some kind of a problem?
The topic has been locked.
Support Specialist
11 years 8 months ago #47275 by alzander
Replied by alzander on topic Open Graph Activity Menu
Klox,
I'm very sorry for the delayed response.

The Open Graph Activity redirection to the login page is a relatively easy issue to fix. To do so, please:
* Edit the /components/com_jfbconnect/controllers/opengraph.php file
* Around line 21, you'll see:
$app->redirect('index.php?option=com_users&task=details', "You are not currently logged in via Facebook.");
Update that the task=details to view=login:
$app->redirect('index.php?option=com_users&view=login', "You are not currently logged in via Facebook.");

That fix will be in either the 6.2.0 or 6.2.1 release as well.

Off-topic: Can I also see what my friends are doing on site with Open Graph Activity or can I see just my activity?

You can use the SCSocial Widget configured as Facebook -> Activity to show activity that is happening on your site. For users that are logged in through Facebook, activity from that user's friends will show more prominently. For more information on the Activity widget, see:
developers.facebook.com/docs/plugins/activity

I hope that helps, but should you need anything else, just let me know.

Thanks,
Alex
The topic has been locked.