Skip to main content

Questions tagged [facebook]

Facebook Platform lets developers integrate their apps directly into the Facebook social networking service. Use this tag for questions which may arise when developing FOR Facebook. This tag is NOT for support questions about using the Facebook website or the official Facebook app.

0 votes
2 answers
290 views

Facebook coding interview [closed]

I have joined the Facebook interview recently. And the following question has been asked on the coding interview. ...
Neslihan Bozer's user avatar
3 votes
1 answer
420 views

Web scraping job postings from Facebook

I built a web scraper to pull a list of jobs on Facebook and other websites but want to break up the code into functions that I can reuse for other websites. This structure is working but I think it ...
iron502's user avatar
  • 41
4 votes
0 answers
357 views

Fetching Facebook Places API [closed]

I am pretty new to Python as a frontend dev and I loved it, so I started to build a tool fetching the Facebook Places API. I don't know where to optimize it but I need you to take a look at my code ...
fatihkoc's user avatar
2 votes
1 answer
587 views

Groups/Communities in Facebook snap dataset using networkx in python

I was using facebook dataset and making a graph on it. But was not been able to find different groups/communities in it. The code was using is this: ...
Abdullah Ahmed Ghaznavi's user avatar
3 votes
1 answer
170 views

Attaching Facebook messenger bot to all pages of the user logging in

I have to create open source code that allows a user to login to Facebook through an app and attaches that app's messenger bot to the user's pages. I have never written open source code before so I ...
lazersquids mcgee's user avatar
2 votes
0 answers
249 views

AngularJS application for working with the Facebook API (using the cordova-plugin-facebook4 plugin)

I'm creating an application with AngularJS, and packaging it up with the Phonegap build. I'm using the facebook API (phonegap cordova-plugin-facebook4) for user authentication and getting a user's ...
Sarah's user avatar
  • 401
3 votes
2 answers
333 views

Log in to Rails app using Facebook SDK

I have built a Rails app where users can login using Facebook. They have an account on the Rails app but do any authentication in it other than creating a session if they have logged into Facebook ...
Cameron's user avatar
  • 365
2 votes
1 answer
760 views

Rails5/Devise/Omniauth (Multiple Providers)

I spent the better part of the last two days getting this to work, but it finally is working, but it feels extremely redundant. I am following a belongs_to method ...
DNorthrup's user avatar
  • 285
6 votes
2 answers
6k views

Parser for Facebook friend list

I have written some code in python in combination with selenium to parse all the names from facebook friend list. It was hard to manage the pop up notification and the process of scrolling to the end ...
SIM's user avatar
  • 2,501
6 votes
1 answer
246 views

Crawler for scraping and approving friend requests in Facebook

I've made a Facebook scraper using VBA in combination with selenium which is able to parse the name from friend request list. It is necessary to do one thing manually, though. After running this ...
SIM's user avatar
  • 2,501
2 votes
0 answers
76 views

River Flood Warning System v2.1 - Those Pesky NoneTypes

Below is my River Flood Warning System version 2 build 1. After following the help and advice given for version 1 the whole program is looking and behaving much better. The original code would only ...
Aaron Nelson's user avatar
10 votes
1 answer
738 views

River Flood Warning system in Python

This code represents my first real Python 3 program. It retrieves flood data from the NWS weather center for the river near my home and posts a warning to my Facebook page whenever certain flood ...
Aaron Nelson's user avatar
3 votes
0 answers
1k views

Redirect to previous page using Passport Facebook strategy in Express

Somehow, I couldn't redirect the user back after its authentication. I was using successReturnToOrRedirect property, but it kept sending it back to ...
A A's user avatar
  • 31
6 votes
2 answers
1k views

Login with facebook, store data in MySQL, render profile and admin panel

I have an online catalog on which I need the customers to save their favorite products and shipping addresses. I want to manage the access with Facebook for security of all. I also need a section for ...
GePraxa's user avatar
  • 61
2 votes
1 answer
113 views

Sort Facebook Messenger contacts by idle time

I wrote a UserScript that auto-sorts contacts by offline time using the MutationObserver API. I tried to make it as DRY as I could think, and I also tried to make my code as straight-forward as ...
Patrick Roberts's user avatar

15 30 50 per page