Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

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.

share|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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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