Read posts from a Facebook fans page - facebook

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

Related

Share a text from my app as a Facebook post in Flutter

I want to share a text from my app as a Facebook post using the Facebook app, not a website.
I tried a lot of URLs but it keeps opening facebook in chrome, not in the app.
I know the apps URL but not for sharing a text and making a post.

facebook messenger m.me share link

I have a referral page with a modal where users can send a share link to their friends. I need to implement the following flow:
a user clicks on facebook messenger icon and their messenger opens up where the user can choose someone of their contacts to send a share link to.
Looks like this is a solution for me but I can't clarify some questions https://developers.facebook.com/docs/messenger-platform/discovery/m-me-links/
I don't have an app and a page, I just need a user to open their messenger and paste and send a text to their friends.
Is this the same flow for web, iOS, Android?
Can I preload the text I want the user to share so that it will appear in the dialog with the contact the user has chosen (in some messengers it is possible)?
FB has 2 different APIs for solving this issue: for web and for mobile. They are very similar and described here:
web https://developers.facebook.com/docs/sharing/reference/send-dialog/
mobile https://developers.facebook.com/docs/sharing/messenger/web
In two words, you need to add a FB script to activate FB JS SDK and then call a method to share a link.

implement facebook page like functionality in windows phone

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 .

Integrate Facebook application to facebook wall

Im planning to develop a free facebook app. I need to know if its possible to have my app on user's wall?
Maybe like an icon or something. And when visitors of this user(my app's user) click this icon on his wall, this app should generate a jQuery popup and display some information.
Do you think it is possible? Does facebook allow third-party applications to be integrated right onto user wall?
The only way this is possible is to post a link to your site (assuming you have defined the og:image meta tag) on the user's wall and have them advertise your application. This can be considered intrusive, however, so stay clear of this if you wish to retain users.
Short answer is no. Facebook removed every app based profile page customization.
If your app is a canvas app, your users can bookmark your app on their home page.
The most app-like output you can place in your user's facebook wall is a flash object, that could display anything you want and be interactive after the first click (think of the youtube videos that plays in timeline). If your users pin it on their timeline it will stay on top for two weeks. To post flash content to feeds, use the source attribe of the Post object.

How to modify url to get iphone version of facebook page?

I'm creating a facebook page for my application and I want it readable on mobile safari for iPhone, but the normal facebook pages don't show up properly (see attached image) The wall, info, discussion pages don't show up.
I know I can prepend m.facebook to a url to make it the mobile version, but what about the iphone version? touch.facebook seems to redirect to facebook login.
Facebook http://www.freeimagehosting.net/uploads/6f62d603e3.jpg
Use m.facebook.com.