Click here to Skip to main content
15,884,537 members
Everything / Facebook API

Facebook API

Facebook-API

Great Reads

by Yvan Rodrigues
The Open Graph protocol specifies additional meta tags that can be added to the page to supplement social networking sites with more information about your page.
by Grasshopper.iics
A Simple Step By Step Guide to Social Network Integration In Android
by Lộc Nguyễn
An example of log-in system with Facebook API v.4
by fioresoft
This tip is a simple Facebook app in Windows 8.1 using free tools like Microsoft Visual Studio 2013 Community Edition

Latest Articles

by Bruno Baia
Spring.NET Social helps you to simplify authentication (OAuth) and API binding with Software-as-a-Service (SaaS) providers such as Facebook and Twitter.
by amartya mandal
Facebook & LinkedIn login with Firebase and Xamarin
by Sem Shekhovtsov
Explaining the new Facebook messenger platform for developing chatbots, with a live example.
by fioresoft
This tip is a simple Facebook app in Windows 8.1 using free tools like Microsoft Visual Studio 2013 Community Edition

All Articles

Sort by Score

Facebook API 

28 Oct 2011 by Yvan Rodrigues
The Open Graph protocol specifies additional meta tags that can be added to the page to supplement social networking sites with more information about your page.
5 Oct 2014 by Grasshopper.iics
A Simple Step By Step Guide to Social Network Integration In Android
23 May 2014 by Lộc Nguyễn
An example of log-in system with Facebook API v.4
6 Mar 2014 by Pranav-BiTwiser
just add placeholder attribut to your .aspx code of textboxe.g:-
19 Jun 2015 by fioresoft
This tip is a simple Facebook app in Windows 8.1 using free tools like Microsoft Visual Studio 2013 Community Edition
23 Feb 2012 by Manfred Rudolf Bihy
Have you tried here yet: .NET Facebook API Client[^].Regards,Manfred
24 May 2012 by El_Codero
Hi,please have a look at: http://csharpsdk.org/docs/web/getting-started[^]And this solutions from yesterday:About Facebook C# SDK[^]Regards
22 Dec 2012 by Member 10510822
Hello,You can follow those links:http://css.dzone.com/articles/facebook-photo-gallery[^]ThanksRashed::Bangladesh
21 Nov 2018 by Bruno Baia
Spring.NET Social helps you to simplify authentication (OAuth) and API binding with Software-as-a-Service (SaaS) providers such as Facebook and Twitter.
18 Dec 2013 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Take a look at below articles.1. Re: Facebook / Facebook C# SDK[^]2. Get user Facebook details in ASP.NET and C#[^]3. C# Facebook Graph API Library[^]4. Get LinkedIn Logged in User Details(Name,Email, Url, Profile Image) using JavaScript API[^]
10 Dec 2015 by CHill60
This question should be directed towards the Facebook developer forums[^].And the word is "please" not "plzzz"
20 Jun 2012 by 3PillarLabs
Second article showing Facebook write on wall webpart using Visual Studio 2010.
26 Aug 2011 by DaveAuld
First you will need to authenticate with Facebook;http://developers.facebook.com/docs/reference/javascript/[^]And you can use the legacy setStatus to do the actually update;http://developers.facebook.com/docs/reference/oldjavascript/FB.ApiClient.users_setStatus/[^]
23 Feb 2012 by Mohammad A Rahman
In addition to the Solution 1, you might look at Facebook C# SDK[^]:)
8 Mar 2012 by NDawg606
I'm very green to webdesign. I understand coding from over a decade ago, but not done it since and it's slowly coming back to me, but it's all different now as well. Sorry it's long but I need a very specific task.I have a weekly webcomic that when I update with a new comic, I want my...
12 Apr 2012 by Nelek
http://lmgtfy.com/?q=facebook+credits+callback+example[^]
13 Apr 2012 by Richard MacCutchan
Why not try the obvious place[^]?
17 Apr 2012 by DominicZA
If you try Google Facebook .Net this is the first result:http://facebooknet.codeplex.com/[^]
23 May 2012 by Ed Nutting
How about this one:The getting started tutorial page that is linked to on the home page that you provided...[^]Ed
23 May 2012 by Sandeep Mewara
Here: http://csharpsdk.org/docs/web/getting-started[^], right from the same link you gave!
26 Jun 2012 by Tim Corey
The basic answer to this question is no, you cannot. Facebook wants to prevent application designers from creating applications that spam the inboxes of the friends of the Facebook user that is logged on. There are ways to get permissions, but this is intentionally limited in order to prevent...
29 Jul 2012 by Christian Graus
An iframe is really a browser in a browser. You can put a whole new page in there, it renders as if it was a different window. It will show a button, and respond to it with calls to the server, to do all the things you want. I guess if it's not IN facebook, but elsewhere, it's posting back to...
9 Aug 2012 by fjdiewornncalwe
Have you tried using google with your question? Research is the first key to making money on the web. making money with facebook application[^] search in google returned about 1.4 BILLION results. Go forth and research my good fellow.
21 Aug 2012 by Rahul Rajat Singh
These link contains the sample code to do the same:http://developer.linkedin.com/thread/1230[^]
11 Oct 2012 by AakashGupta
I found its solution myself. Developer need to follow following steps: 1. Download facebook sdk for php from here 2. Run following snippet:require_once "facebook-php-sdk/facebook.php";$facebook = new Facebook();$app_id = YOUR_APP_ID;$app_secret =...
9 Nov 2012 by Prashant Sridharan
How to access and employ data stored in a person’s Facebook profile to personalize app experiences
22 Feb 2013 by CHill60
Have a look at this tutorial http://www.vivid-abstractions.net/programming/tutorials/video-tutorial-send-keys-to-an-inactive-window-windows-messages/[^]If that doesn't give you enough detail then google for sendkeys inactive application and have a look at the other suggestions.Here[^] is a...
21 Mar 2013 by polska03
Hello, what I a trying to accomplish is to get friends from facebook and then send all the friends to my server to process them accoridngly. SO eveyrhtign works if I dont insert the ajax statement, but as soon as I insert the ajax statement I do not see connect to facebook anymore. I am open to...
28 Mar 2013 by Jeffrey T. Fritz
I have publications scattered across three blog services, two twitter accounts, Facebook, LinkedIn, and now App.Net. In this post, I'll show you how I coordinate all of these services with a third party tool called IFTTT.
12 Jun 2013 by Sergey Alexandrovich Kryukov
…Alternatively, you can use CSS visibility property, as well as the corresponding style.visibility DOM element property you could modify in JavaScript: http://www.w3schools.com/cssref/pr_class_visibility.asp[^].—SA
31 Jul 2013 by Harshil_Raval
Hi, To integrate FB with asp.net. First of all you need to register your web with fb, For that open developers.facebook.com. Register your app there. It will give you two keys. One is FacebookKey and second is FacebookSecretKey. Now to integrate fb with your application just search on...
13 Aug 2013 by Sergey Alexandrovich Kryukov
Why? However, ask here: http://www.codeproject.com/Forums/1645/Site-Bugs-Suggestions.aspx[^].I understand your question is not a bug report or suggestion, but still this is the best place to ask, as this is more related to site administration issues.—SA
29 Aug 2013 by TheUltimateDebugger
programmatically_post_friends_...
5 Sep 2013 by ridoy
I think you need to have a look at:Login-with-extra-permission-with-facebook-sdk-3-for-android[^]
9 Oct 2013 by bjdestiny
Refer This Link, You will find solution.http://dotnetgeekblog.wordpress.com/2012/07/25/custom-facebook-share-button-in-asp-net/[^]
14 Oct 2013 by Joezer BH
Check which assembly .NET framework version your project is and which is the "Facebook.dll"... there seems to be a mismatch,It is pretty straight forward out of the error message.E.g. You will have a problem trying to run .NET 4.5 assemblies in a project that targets .NET 4.0 Same goes...
18 Oct 2013 by ajitkmr09
Hi i am developing a site where user can register through Facebook.I also added some custom fields.I don't know how to get all the details that a user can entered and pre filled by Facebook.How to get fields value that user entered.I am using c# sdk for facebook.Need assistance. Any...
16 Nov 2013 by surajemo
Hi I have a gridview in which there is a button on clicking itI am posting images and text on face book when i post content on facebook with say (facebook account 1) the post is getting posted on the wall successfullyon that accountThen i log out from that account Again i click on...
21 Jan 2014 by Christian Graus
Session is not persistence, it expires. Viewstate is less persistent, it lasts for a page and even then goes away if a GET is sent for that same page. Cookies are the only real option.You should also do some reading on the three things they mentioned, so you understand them better.
5 Feb 2014 by Member 10572982
I want to create a share-point 2013 web-part containing a user control that contains a grid view with multi-selections, and share button that used to share those selected items to a certain page on Facebook, i really have no idea how to make this share button, should i have to create a Facebook...
1 Mar 2014 by Member 10510822
You can use web Scraping to get all the data from a website. The below link has a example for this. Web Scraping (Problems & Solutions)[^]Thanks
24 Apr 2014 by Sampath Lokuge
Please read below article for more info.Good Luck ! :)Essential Facebook Programming: Building a Windows Client
10 May 2014 by Atanu Mandal
https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/issues/293[^]
14 May 2014 by Maciej Los
Have a look here: Facebook Login - A secure and easy way for people to log in to your app or website.[^]
9 Jun 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Refer - Access Tokens[^].User Access Token – The user token is the most commonly used type of token. This kind of access token is needed any time the app calls an API to read, modify or write a specific person's Facebook data on their behalf. User access tokens are generally obtained via a...
15 Aug 2014 by Afzaal Ahmad Zeeshan
The only bid that might help you in this context would be to go to the Facebook Developers and learn their API. https://developers.facebook.com/?ref=pf[^]You can learn how you can write the script to get posts from Facebook page from there and they'll provide you with an already-set SDK...
11 Nov 2014 by Aquib Javed
So there are lots of cases where I have a Facebook friend whom I have friends with because we are members of a larger circle of friends, e.g. we are coworkers, or we went to camp together. In those cases, we will often have a horde of mutual friends (e.g., our fellow coworkers or campmates) so...
11 Apr 2015 by ShahidRiaz
Facebook comments box is a social plugin provided by facebook. In order to implement that, you need to perform the following steps:-Go to the following URL:-https://developers.facebook.com/docs/plugins/commentsFill the form, and click on the button named "Get Code".Clicking on...
5 May 2015 by webmaster442
What you are trying to do is not permitted by the facebook EULA, therefore you won't find an API for it.Because the question & the idea is just wrong you won't get real answers for your question on this site.
22 Jun 2015 by Shashank Bisen
https://developers.facebook.com/docs/graph-api/reference/v2.3/user/feed
5 Nov 2015 by Suvendu Shekhar Giri
To start with you can check these articles.Getting Started with the Facebook SDK for .NET and ASP.NET[^]ASP.NET MVC Facebook Birthday App[^]Download the sample applications and give them a try. Hope, it helps :)
8 Dec 2015 by ZurdoDev
https://developers.facebook.co...
24 Jan 2016 by karthik Udhayakumar
Hello,You cannot control the autoplay feature from your end it basically depends upon the user machine and settings:-(
1 Feb 2016 by Richard MacCutchan
See the Storage sections in Handling Input and Storage on Android[^].
3 Feb 2016 by Dave Kreskowiak
Don't you think that this question would be better asked in a forum dedicated to Facebook development? Like this one[^]?
26 Jan 2017 by Richard MacCutchan
Close your facebook account immediately, it will then be completely secure from unauthorised access.
12 Sep 2017 by amartya mandal
Facebook & LinkedIn login with Firebase and Xamarin
28 Feb 2020 by OriginalGriff
If this is related to a problem with this site, you need to raise it here: Bugs and Suggestions[^] as the admins read everything there, and not here. But please try to give them as much information as possible so make it easier to understand...
16 Sep 2020 by Sandeep Mewara
Would suggest you to start from here and try: https://developers.facebook.com/docs/graph-api/overview/[^] Facebook Graph Api C# Tutorial - CodeSamplez[^]
16 Sep 2020 by OriginalGriff
Have a look here: GitHub - prabirshrestha/FB-CSharp-SDK-First-FB-Application: Facebook C# SDK - Writing your first facebook application[^] Or here: FriendTracker - A Winforms Application that Interacts with Facebook[^] or How to Automate...
24 Dec 2023 by Richard MacCutchan
This is not a programming issue; you should contact Facebook for help