tags:

views:

28

answers:

0

I am developing a website ( not a facebook application) that uses facebook friend connect for people to login to my site using their facebook account. In my website I want the currently logged in user ( via facebook friend connect) be able to send a gift message/image to his selected friends. After user has selected a friend to whom he wants to give gift, my application on my website will post on that friend's wall something like this:

<p> Kathy sent you a gift. To view your gift and message ceckout <a href="http://www.example.com/id/showgift&gt; example site </a> </p> 

The question: is it possible to send external website link like above in a wall post?

Can my website application post to friend wall even though that friend may never have heard of my website or never logged into my website (using his facebook account)? Of course the user who is the gift sender is logged into my website via facebook ( authorized my application)

How do I use facebook multifriend selector widget on my website outside of :

<fb:request-form > 

because I dont want to send this as request but rather as post on friend's wall but still need multifriend selector for user to choose friends to send the gift to.

I want to use latest facebook graph api to post on friend wall. Is there a better way?

My application is java based on the server side. But if you put php specfic code in your answer, I would try to translate that to java. Thanks

There are related posts on stackoverflow but since facebook is changing every month so I am posting my specific questions in the hopes to find correct answers.

related questions