Can this be done using Facebook Connect?
Here is the sequenc开发者_开发技巧e 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.
I'm using C#.
Thanks in advance.
I just found the Facebook Graph API and it does everything. So much nicer than the old API
Yeah. In fact, they've pulled all old documentation for Facebook Connect. So even if it was possible, it's no longer the "supported" way to do it.
精彩评论