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 Unix operating system is a general purpose OS that was developed by Bell Labs in the late 1960s and today exists in various versions. It is known for its large collection of simple command-line utilities which allow powerful file handling and text processing capabilities to be implemented via ...

learn more… | top users | synonyms (1)

0
votes
3answers
80 views

What does `//` in javascript's src attribute do? [duplicate]

I'm using Facebook's javascript sdk and it has double forward slashes. What do they mean? <script src="//connect.facebook.net/en_US/all.js"></script> I know a single / means root ...
0
votes
0answers
204 views

android facebook hash key in cygwin

I try to create hash key for my android app using this command keytool.exe -exportcert -alias mykeystorealias -keystore "C:/Projects/mykeystore" | "C:\openssl\bin\openssl" sha1 -binary | ...
0
votes
2answers
878 views

PHP: Anyone know any tutorials for integrating facebook connect with a user login system? [closed]

I am building a site that would benefit from users signing up. Obviously adding a login with facebook makes it easier for users. Is there a good resource for how to implement this easily (in php) ...
0
votes
0answers
412 views

Collecting and processing data logged by Facebook scribe server

I have installed and setup Facebook Scribe server (https://github.com/facebook/scribe). Now I am to collect and process the logged data to some storage. Scribe logs data to files and rotate them, ie ...
1
vote
2answers
177 views

Need help formatting Unix Date from XML output.

I have an events feed from facebook that outputs data in XML format. The dates/ times are in epoch (unix) format, I think. Like so: ...
0
votes
0answers
105 views

Facebook's since id

Hi guys : I have a web app that crawls a list of 10 or so users using fb access_tokens. It saves the unix time stamp after each crawl, so as to avoid redundant fetching. To test I do the following ...
0
votes
1answer
269 views

Possible to authenticate facebook from unix console?

I'm playing around with an embedded device, running a linux kernel. It has web access via a proxy. My question is, is it possible to login via the unix console? I can retrieve the login page using ...