Is there any sample code for implementing the functionality of liking a page in facebook from windows phone app?
I have tried publishing the posts to facebook in my app.But want to know if I have to handle this scenario differently .
Related
I'm trying to develop a facebook app for facebook pages (Ex: the page has a tab that opens the app directly in the facebook interface).
Unfortunatly i'm not finding any documentation about... I found docs for classical facebook apps, (Ex: a website that want to load some data from facebook).
I don't understand how this kind of apps work.. Are the apps only iframes that show one of my server php? how can I define this relation?
is it possible to send an invitation (appRequest?) to a Facebook friend using Facebook C# SDK on Windows Phone 8/8.1? Best way for me would be using similar dialog as described here: https://developers.facebook.com/docs/games/requests/v2.2?locale=en_GB
I understand that the link does not describe Facebook C# SDK, but I am asking for a best way to imitate this functionality. I presume Facebook C# SDK uses Facebook app GUI for Login and maybe some more functions, so is there a way to use it even for sending an invitation?
Thanks for any help
We have similar functionality for Twitter -- linking to "twitter://post?message=Hello" will open the Twitter app (if installed). Is there a similar way to invoke in-facebook-app share dialog via "fb://"?
The reason we'd like to use "fb://" over "http://facebook.com?sharer.php?u=" is UX. From their phones, most FB and Twitter users use the native apps (not the mobile web versions) so their apps are logged in and their browsers are not. The "twitter://post" link works beautifully for Twitter, but we can't figure out if something similar is possible with Facebook (we tried most of what's on http://wiki.akosma.com/IPhone_URL_Schemes#Facebook but no dice. Even the actual share button invokes the fb web version, not the app). Suggestions?
Thanks.
Is there any way of integrating Facebook`s Likebox plugin in Windows Phone 7, because the code for it is available in HTML5, XFBML.
I actually want to display a listbox containing the posts of a specific page, but without having to ask the user to login to FB account, hence likebox is relevant.?
Also is there any other way to it?
P.S- I am new to developing Apps on WP7
It is impossible to do it without ask user to login :/
You can make you own template for listbox type of facebook likes
One of my apps has a page on Facebook. This app is a Windows Phone app.
I don't know if I can do the following:
I want to read all posts from Facebook page and show it in a ListBox inside Windows Phone app.
Can I do that?
You can use the Facebook SDK from WP7: http://facebooksdk.codeplex.com/wikipage?title=Code%20Examples
Here is an example of reading a post: http://facebooksdk.codeplex.com/wikipage?title=Code%20Examples