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.
F# is a succinct, expressive and efficient functional and object-oriented language for .NET which helps you write simple code to solve complex problems.
2
votes
1answer
173 views
Retrieving data from Facebook graph API using F#
I have been using C# with the Newtonsoft.Json library to collect data from Facebook. This is working reasonably well for me, but now I would like to see if I can do something similar with F# instead ...
3
votes
8answers
2k views
F# - Facebook Hacker Cup - Double Squares
I'm working on strengthening my F#-fu and decided to tackle the Facebook Hacker Cup Double Squares problem. I'm having some problems with the run-time and was wondering if anyone could help me figure ...
2
votes
1answer
1k views
Facebook Oauth 2.0 and rate limiting
I am trying to extract Facebook ids from a list of emails using the url:
let url = "https://graph.facebook.com/search?q="
+ email.Replace("@","%40")
+ ...