Topic-icon Comments Integration

Active Subscriptions:

None
11 years 2 weeks ago #32247 by bvtechteam
Hello,
We would like to implement a commenting possibility on our blogs that will then appear on JS activity stream and eventually on FB.
I am testing a comment extension called Komento on Easyblog that is easily linked with the activity stream of JS. However these comments do not appear on the FB wall of the user.
Is there a way to make these comments appear on the users wall on FB?
Thank you for clarifying,
The topic has been locked.
Support Specialist
11 years 2 weeks ago #32274 by alzander
Replied by alzander on topic Comments Integration
Not yet. We're planning an Open Graph extension for Komento that should be out over the next few months. With that, you should be able to easily add an action to the user's Timeline that they left a comment. We have similar functionality in our Open Graph plugin for EasyBlog already for when a user comments.

So, in short, Komento-specific support is coming and we're very excited about that. Alternatively, you may want to look into the comment system built-in to EasyBlog which may work for you as well.

If you need more specifics or have other questions, just let me know.

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

None
11 years 2 weeks ago #32289 by bvtechteam
Replied by bvtechteam on topic Comments Integration
Hello Alex,
Thank you very much for your detailed and helpful response.
I only now started to explore Open Graph.
Do you provide customized support as part of this subscription?
Thank you,
The topic has been locked.
Support Specialist
11 years 2 weeks ago #32309 by alzander
Replied by alzander on topic Comments Integration
Unfortunately, we don't provide customized support right now. We're too small of a team to do custom work as well as continue developing our extension and support clients publicly as we do. It's something we're looking into for the future, but don't have any options for that yet.

With that said, our support here on the forums is very good. Should you have any questions, we'll definitely help however we can.

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

None
11 years 2 weeks ago #32314 by bvtechteam
Replied by bvtechteam on topic Comments Integration
Hello Alex,
Thank you for your response.
We would like to setup an object/action where each time that a user post a comment on easyblog (that is linked to JS) then appears on their wall. I am quite clear with the Object but somehow I am not sure which code to choose for the action:
Create
graph.facebook.com/me/_____post&
access_token=ACCESS_TOKEN&
method=POST&
comment=http://samples.ogp.me/440372222710660
Read
graph.facebook.com/me/_____:post&
access_token=ACCESS_TOKEN&
method=GET
Update
graph.facebook.com/{id_from_create_call}&
access_token=ACCESS_TOKEN&
method=POST&
comment=http://samples.ogp.me/440372222710660

Action Settings
Title: comment
Action: HERE I AM NOT SURE
Built-In FB Action:
Can you please clarify?

Thank you
The topic has been locked.
Active Subscriptions:

None
11 years 1 week ago #32481 by bvtechteam
Replied by bvtechteam on topic Comments Integration
Hello Alex,
Whenever you are free, can you please respond to my previous message:
We would like to setup an object/action where each time that a user post a comment on easyblog (that is linked to JS) then appears on their wall. I am quite clear with the Object but somehow I am not sure which code to choose for the action:
Create
graph.facebook.com/me/_____post&
access_token=ACCESS_TOKEN&
method=POST&
comment=http://samples.ogp.me/440372222710660
Read
graph.facebook.com/me/_____:post&
access_token=ACCESS_TOKEN&
method=GET
Update
graph.facebook.com/{id_from_create_call}&
access_token=ACCESS_TOKEN&
method=POST&
comment=http://samples.ogp.me/440372222710660

Action Settings
Title: comment
Action: HERE I AM NOT SURE
Built-In FB Action:
Can you please clarify?

Thank you
The topic has been locked.
Support Specialist
11 years 1 week ago #32495 by alzander
Replied by alzander on topic Comments Integration
Very sorry for not getting back to this sooner. I missed the post somewhere along the lines. Let's see if we can get you going.

For the Object, you want to set it up as an "Article" or a blog post, or whatever you want your EasyBlog posts to be called. If you use an object that Facebook has already defined, like "article", that would be a "built-in FB Object". If you create your own object type, then it's not built-in to Facebook.

As for the action, you'll want to create your own action type, like "Comment". That way, a user can 'Comment' on an 'Article'.

Once those are created in the Facebook Developers area, you need to create them in the Open Graph area of JFBConnect. Make sure you have the Open Graph - EasyBlog plugin enabled. Then, create your object:
Name: Blog Posts
Type: article
Built-in: Yes
On the right side, select the category this object is for

Next, create your action:
Name: Comment
Type: comment
Built-in: No
Associate this action with the Object you created above.
On the right, set the trigger type to "Manual"

That should be what you need to do. Whenever our plugin detects a comment associated with an EasyBlog post/object, it should automatically post that to the user's Timeline.

Hope that helps, but if you have issues with the above, let us know.

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

None
11 years 1 week ago #32520 by bvtechteam
Replied by bvtechteam on topic Comments Integration
Hello Alex,
Thank you very much.
I will make sure to test it in the next couple of days and I will let you know how it goes.
Many thanks for great support,
The topic has been locked.
Support Specialist
11 years 1 week ago #32532 by alzander
Replied by alzander on topic Comments Integration
Sounds good. I look forward to hearing how it goes.

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

None
11 years 3 days ago #32621 by bvtechteam
Replied by bvtechteam on topic Comments Integration
Hello Alex,
Do I need to submit my App for the App Center on facebook if I want to use Open Graph?
Thank you for clarifying,
The topic has been locked.