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.
The Bourne-Again SHell (Bash) is a successor to the Bourne shell (sh). Bash is the default shell in many Linux distributions.
1
vote
1answer
26 views
how do I get a profile's “link” from Facebook's graph in a bash script?
I'm trying to write a script that needs to extract a list of public facebook page URLs and stores them in a flat text file. I've already downloaded a few http://graph.facebook.com/$NUMBER files with ...
0
votes
1answer
377 views
Heroku Toolbelt - git: Command not found
I'm working on Mac OSX (10.6.8), and I've just installed the Heroku toolbelt, with hopes of trying to mess around making facebook apps. I've created a facebook app and according to Heroku's ...
0
votes
0answers
43 views
Facebook FQL locally
I'm trying to create an application to fetch all the inbox messages from Facebook. I've seen the FQL queries can help me so I'd like to create an application that can locally use them to fetch data.
...
13
votes
6answers
11k views
Programmatically getting an access token for using the Facebook Graph API
I am trying to put together a bash or python script to play with the facebook graph API. Using the API looks simple, but I'm having trouble setting up curl in my bash script to call authorize and ...