Facebook Articles Application [closed] - facebook

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Recently i've noticed many news sites creating new application on facebook for sharing articles.
something like mini-site of the website inside facebook platform.
I.e Washington post application.
I've tried to find the how-to-do on facebook developers center but couldn't.

You’re talking about Open Graph actions here. Apps can define objects, and actions that can be performed on them (although fo reading an article you now have to use the build-in types), and then publish these actions on a user’s behalf.
Please familiarize yourself with the concept, start reading here: https://developers.facebook.com/docs/opengraph/

Related

Share app's data on social networking sites [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am trying share my app's data in social networking sites.i am trying to implement sharekit but i encountered a lot of errors.Is there a way other than sharekit to share my app to social networking sites atleast to facebook and twitter?
If you want to target Twitter and Facebook it's also worth looking into the iOS Social Framework.
Note that Facebook is only supported as of iOS6, but this api is far simpler in use than the other solutions for user handling, posting, etc...
You can find a lot of good tutorials on this topic (ex. http://www.raywenderlich.com/21558/beginning-twitter-tutorial-updated-for-ios-6)

getting top post from Facebook for iPhone [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have a very different requirement in my app.Using the app i need to get top 25 most liked and most commented posts from facebook.First let me ask the experts does it seems to be possible till today?
As far as i thought and researched on this I am able to get the likes and comments for a page(of an organization or celebrity using graph api).
My approach was to make an Admin panel and subscribe most of the famous people,organization,product etc,but this won't help.
Not possible to do I'm afraid. From what you are asking, you want to find the most popular posts across all of facebook? This is most likely going to come from Pages as these are public and can have millions of people liking / commenting on posts.
Either way, this would be a complex and data-intensive task. You would have to scrape posts from all the top Facebook pages and see which ones would have the most links / comments. A lot of work for little reward.

How to create a web site using Flash like "intel museum of me"? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am new to Flash technology.
Does anyone who can show me or let me know what kind of flash API or libraries are used for making this Flash video which imports facebook content?
The website link is here: http://www.intel.com/museumofme/
Thanks.
If you want to learn how to connect flash with Facebook than you probably should start from Adobe Flash and Facebook tutorials. There, apart from configuring Adobe ActionScript 3 SDK for Facebook Platform, you can found some basic code samples on how to log in to the Facebook, how to get current user, and other things.

Searching For Users [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I'm currently investigating a way to develop a website that will allow me to search for users of facebook and the outcome is to display some simple information to the user of my website about this person. so firstly a search will will display a list of users and then when the user clicks the name the basic information will be displayed.
This is part of a University application i am looking into creating for a final year project. i'm not asking for answers i'm just wondering is it possible to even use the api to integrate with a aspx.net project and do the searches i have explained.
any pointers would help greatly. This is my first ever post on this form and i hope to be an active user of the site.
Thanks Everyone
Chris
Start here:
https://developers.facebook.com/docs/reference/api/
Look at the search section of this document.

how to make a gadget for facebook which will share any iframe in users wall [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Can anyone tell me if it is possible to make a gadget for Facebook which has the ability to share an HTML iframe on a user's wall? I mean if a Facebook user clicks on the [Share] button then it will share an iframe on their wall.
This is not possible,
You should at least check Facebook's documentation regarding the available communication channels for applications
You might have seen people sharing videos... but this does not mean you can actually add HTML tags to embed your own external content.