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" functionality for a facebook "fan page" the way we can integrate a facebook app?

link|improve this question
feedback

1 Answer

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.

link|improve this answer
I guess i was somewhere wrong when I said "Like" functionality. I actually want to "write" on user's wall using "fan page". I know it is possible with facebook "App".. but not sure if the "fan page" can do the same. – Ankit Vijay Sep 2 '11 at 4:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.