Re: Writing to your facebook timeline via feed dialog

There's also the old Share link that does not require an app:
http://www.facebook.com/sharer.php?u=google.com&t=The%20Title%20To%Share

Replace the "u" parameter with the URL you want to share. Not sure how
long this will work though.

-- 
Sandeep Shetty


On Sun, Oct 14, 2012 at 11:49 PM, Melvin Carvalho
<melvincarvalho@gmail.com> wrote:
> I made a little RWW feed dialog app that allows you to write to your own
> facebook feed:
>
> https://www.facebook.com/dialog/feed?app_id=368850139864841&link=http://www.w3.org/community/rww/&picture=http://www.w3.org/community/rww/wiki/images/f/fe/Rww-logo-001.jpg&name=Read
> Write Web
> Dialog&caption=Reference%20Implementation&description=Using%20Web%20Standards%20to%20Read%20and%20Write&redirect_uri=http://facebook.com/
>
> Hopefully I've done it right.  I'm not sure if it needs to be authorized.
>
> The query parameters:
>
> link = a link you want to display
> picture = an image
> name = Title displayed
> caption = a short description displayed
> description = a longer description displayed
> redirect_url= where to redirect to
>
> Documentation
>
> http://developers.facebook.com/docs/reference/dialogs/
>
> There appear to be 7 dialogs for different uses
>
> News
> Pay
> Friending
> Auth
> Add app
> Send Message
> Send Request (eg used in games)
>
> Perhaps some nice functionality to embrace and extend in some of our RWW
> implementations?

Received on Sunday, 14 October 2012 20:30:41 UTC