开发者

Integrate facebook fan page with phone application

开发者 https://www.devze.com 2023-04-01 09:10 出处:网络
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 t

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消