Skip to main content

Questions tagged [facebook]

Facebook is a popular social networking website.

Filter by
Sorted by
Tagged with
0 votes
2 answers
4k views

Meta maintains all their code in a single repository and initially used Git. Due to performance issues attributed to the repo's size, they consulted Git's team, who suggested switching to a multi-repo ...
just_a_developer's user avatar
8 votes
3 answers
7k views

I'm not registered with Facebook and I've never logged in to Facebook inside the browser I use, Today I enter the site facebook.com and see my actual phone number on the sign in page with this message:...
Kody's user avatar
  • 115
3 votes
2 answers
3k views

As you know Facebook saves login sessions and we can see them in settings where we've logged in. Now, they show IP address, Phone name (if logged in with phone) and App name in the phone and Browser ...
Vikas's user avatar
  • 163
0 votes
2 answers
346 views

I'm doing some research on authentication methods and I've noticed that not only does Azure call their cloud Active Directory interface API the "Graph API" but also Facebook use the same term with ...
jezpez's user avatar
  • 323
0 votes
1 answer
89 views

I'm writing a social app in Django where all users sign up through Facebook using Python Social Auth. All content that a user sees will be content created by her Facebook friends. Initially, I planned ...
J P's user avatar
  • 3
0 votes
1 answer
2k views

This is my situation I have a website, mobile client and desktop client. They can all pretty much do the same operations (website might be able to do more now but in the future they might have the ...
6lix's user avatar
  • 1
1 vote
1 answer
223 views

I'm making an Rails app that in theory should scrub new posts from the users facebook and twitter accounts and put them in a timeline for an analyst to analyze and determine if they are good or bad ...
Agush's user avatar
  • 433
0 votes
1 answer
380 views

After using the chrome debugger to inspect the ajax requests of Facebook (for curiosity), I noticed that the response is in JSON, however it is always prefixed with for(;;); In example, if the JSON ...
AlexMorley-Finch's user avatar
4 votes
1 answer
308 views

I am developing an app that will use the Twitter and Facebook login APIs exclusively. Suppose a new user downloads the apps and is presented with the option to log in through Facebook or Twitter. The ...
zgall1's user avatar
  • 353
1 vote
1 answer
371 views

Suppose I have a mesh of relationships, such as Friends who trust some friends and not others A IPv6 router that needs to locate peers across the Internet A PGP Web Of Trust that needs two people to ...
makerofthings7's user avatar
45 votes
6 answers
36k views

I read that Facebook started out in PHP, and then to gain speed, they now compile PHP as C++ code. If that's the case why don't they: Just program in c++? Surely there must be SOME errors/bugs when ...
user72245's user avatar
  • 567
6 votes
1 answer
1k views

Recently, I read that Facebook ads are moving towards retargeting and got interested deeper into subject. Essentially, retargeting is technique advertisers use that tracks purchase intent by putting ...
Bojan Babic's user avatar
2 votes
1 answer
193 views

I am having a difficult time understanding Facebook's internal "e-commerce microcosm" and what it allows Facebook App developers to do (and what it restricts them from doing). Two use cases: I'm an e-...
herpylderp's user avatar
  • 2,057
2 votes
1 answer
160 views

I am not sure if this is the best subsite to ask this question, but I'm pretty sure it doesn't fit on the normal or facebook SO page... I've been asked to make a general API for connecting to several ...
1 vote
1 answer
240 views

Hello I think I have a nice idea to implement for human kind goodness. I call it FixTheUnFixed. The idea goes like this, imagine you are driving or traveling all over the world and when you see some ...
0x90's user avatar
  • 113
2 votes
1 answer
764 views

I've been developing a site and I've been trying to come up with a method to make sure all Social Network accounts of a certain user are linked together. I've had one snag from the start, and maybe ...
Clint Chaney's user avatar
3 votes
3 answers
310 views

I have a new site/app going live next week (or somewhere close). I know there will be a relatively small (15,000?) very dedicated group of people on Facebook who will be very likely to be interested ...
Jay Stevens's user avatar
18 votes
12 answers
9k views

Myself and a friend are looking to launch a little forum site. I’m considering using the “Sign in with Facebook/Twitter” APIs, possibly exclusively (a la e.g. Lanyrd), for user login. I haven’t used ...
Paul D. Waite's user avatar