How to put activity from your site in facebook user's profile - facebook

When I log in with Facebook at http://news.yahoo.com/ and I visit some article, a link to this article is shown at my facebook wall.
The note on Facebook says, for example "Paul read article Pannetta Formally Shuts Down US War in Iraq in application Yahoo!"
I would like to add same feature to my website. How to do it? I could't find any usefull examples or tutorials.
Example:

Facebook has a Step-by-Step Tutorial that covers this capability. I recommend starting with the documentation on Actions and Objects before delving into the tutorial if you have no experience with Graph API.

Related

How to get Facebook to automatically publish articles when they are published on my site

I work for a tech blog and we are interested in having our stories published directly to Facebook when they are published on our site. How do I go about doing this?
For example, we publish article XXXX on our site, I want Facebook to automatically update our Facebook page with the title of that article, photo preview and link to the article. How can this be done?
There is a discussion on the WordPress website with more information.
http://wordpress.org/support/topic/post-updates-to-facebook-fan-page
A quick Google also revealed "Facebook Page Publish".
Personally for my blog, I have a plugin (Twitter Tools) that posts everything to Twitter, and my Twitter already posts everything to my Facebook.

tight integration between blog and facebook page

I have a self-hosted wordpress blog that I would like to get some more interaction with facebook users. Of course I can import the RSS to the page, and people will be able to post comments on fb, or click on the RSS link and post comments on the blog.
However, I would like to have all comments always be appearing on the blog – and potentially post blog entries to facebook so they get posted in full, and not just as a link to an RSS feed.
How is that possible?
You could look into the Facebook comments for Wordpress, I haven't used the plugin yet but I think it offers the solution you're looking for.
To publish your full articles on Facbook, take a look at the Facebook Static FBML. This Facebook application lets you import rss feeds wile keeping control over the layout.
Don't know if this is what your looking for but I would go with some plugins and the Facebook app.
Jonas

Facebook Graph API (Tell people about my app)

Is it possible using the Graph API to tell the my friends about the an app?
I looked through the documentation and I can't find any, maybe I missed it. I can see I can post onmy wall, but nothing regarding sharing a link/app. Thanks
Sharing a link is a part of the Graph API. You can add a lot of variables to a Post request. See the official documentation here:
http://developers.facebook.com/docs/reference/api/post/
As an example, I used the message, link, name, caption, description, and icon properties with the graph API to create this dialog (using the Facebook iOS SDK).

Post to fb wall in my application

I made an iPhone app that represents my job offer site. I want the user to post him offers in his fb wall. How can I do that?
Not sure if this is exactly what you are looking for, but a good site with various tutorials including one on FB posting http://www.raywenderlich.com/77/how-to-post-on-facebook-with-your-iphone-app

Getting started with Facebook's Open Graph

I've been looking around for resources on learning to work with and use Open Graph by Facebook. I have their documentation page, http://developers.facebook.com/docs/, but am curious if there are any renowned online resources that other Facebook developers have been using?
I'm all for documentation, but am most interested in a comprehensive example to give me an idea for how Open Graph applications look & feel.
Thanks,
Facebook provides some examples (http://developers.facebook.com/docs/samples).
And the documentation page is up to date (for now :) )
Facebook has an Open Graph page, and there's some information available at http://www.opengraphprotocol.org.
For automated feedback, Facebook also offers a tool called URL Linter. You provide it with a URL, and it will show you what Open Graph data is found on the page.
I wrote a blog, created a deck and 4 short screencasts on my experience starting with the Facebook Open Graph API - HTH