Can this be done using Facebook Connect?
Posted
by SLoret
on Stack Overflow
See other posts from Stack Overflow
or by SLoret
Published on 2010-04-24T12:19:25Z
Indexed on
2010/04/24
12:23 UTC
Read the original article
Hit count: 282
facebook-connect
|facebook-api
Here is the sequence of events I would like to see happen:
- Visitor shows up to my site and clicks the connect button
- Visitor authorizes the connection by logging into their facebook account
- My site records their authorization
- My site posts to their wall "Sally just joined http://foo.com. A website about foo."
- Much later, my site can post other updates to the users wall using the stored authorization from step 3. Sally doesn't have to be actively on my site at the time this post to their wall happens.
Thanks in advance.
© Stack Overflow or respective owner