Integrate facebook fan page with phone application
I have a windows phone 7 application and I want it to integrate it with Facebook. I have a facebook "fan page" but do not currently have a facebook "app" for my phone application. Is it possible to integrate "Like" functi开发者_如何学编程onality for a facebook "fan page" the way we can integrate a facebook app?
It's only possible to "Like" something via a web link.
You'll either have to redirect the user to a page (via WebBrowserTask) with the option there or embed a WebBrowser control which points to a page hosting the like functionality.
精彩评论