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.
Computer data logging is the process of recording events in a computer program, usually with a certain scope, in order to provide an audit trail that can be used to understand the activity of the system and to diagnose problems.
0
votes
0answers
11 views
Application Disabled [closed]
My application was disabled Thursday because of reports done by user (i think). Its a little odd because from 110,000 published actions only 74 were reported so the ratio is very low.
I've sent an ...
0
votes
1answer
11 views
Logging clicks on a particular link
I have a link on my facebook page and I want to generate a log that records which user clicked that link at what time. How can I do this ?
0
votes
1answer
55 views
Database scheme for user logging with different accounts
currently I need to provide web site logging for different social accounts (facebook, google, twitter and so on).
I know that stackoverflow has same system and I wonder if there is stackoverflow ...
0
votes
0answers
19 views
can i access the facebook “activity log” using app or api [duplicate]
I want to develop Facebook App that can read the user "activity log", i want to calculate the user spent time from user activity log.
0
votes
0answers
103 views
Heroku : PHP : Facebook : Logging : using error_log() : phpinfo says log_errors 'On', error_log empty
I've seen several related stackoverflow posts, and I've tried a few things suggested therein, but I don't see my simple "hello" logging statement from my index.php in my Facebook App when running on ...
-1
votes
1answer
696 views
Faceook connect and share application for website (like 9gag)
I'm creating a website where users can make reservations on certain restaurants, I want the whole page to be integrated with Facebook since you log in. And when the user makes a reservation Facebook ...
0
votes
0answers
20 views
Scribe log , prep ending junk chars to the log
I am using scribe to log , now my logs are running fine.But there was problem before that , log was prepending with junk characters.I came to know that problem was in its conf.There was error in my ...
-4
votes
1answer
107 views
How to download Facebook dashboard with java [closed]
I need to write a Java library for downloading the Html source code of Facebook's Dashboard.
How I can log in Facebook and download the dashboard?
0
votes
0answers
34 views
Facebook token privileges after expiration
I have a question about privileges after token expiration. I have two buttons, first button is for login to page. This button has set rights to email only, second button is for registration and this ...
1
vote
1answer
124 views
How to add scribe client for nodejs app with winston logs
I have been using winston for logging in my node application.Now I need to setup scribe for aggregating the application logs.I noticed the node-scribe client for node app to interact with scribe ...
2
votes
0answers
275 views
In Facebook.java getAccessToken() is returning null even after login into facebook
Even though the user is Logged in into Facebook, in Facebook.java file getAccessToken() is returning null.
0
votes
1answer
108 views
facebook: preview News Feed stories created when publishing actions
I'm looking for a simple way to show the user some actions she has generated using my app.
It should look like the recent activity ticker displayed (RecentActivityUnit) in the timeline but only with ...
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
votes
1answer
59 views
HTTP outbounds to Facebook normal? [closed]
I'm not a facebook user.. nobdoby in the house is that I know of. But when I check our firewall outbounds I see a lot of hits to 69.63.189.11 which is a facebook address I've checked the laptop and ...
0
votes
2answers
321 views
Can I always show permission dialog in Facebook application when user logins?
I'm trying to write application for user login to website via Facebook. When user is logging in, he's redirected to ...
0
votes
0answers
267 views
App error log: Could not set cookie. Headers already sent
I have read other similar questions but i didn't find any answer to my problem.
I created a facebook application and in my server, in the app folder i have an error log created, which contains this ...
1
vote
0answers
291 views
Facebook's Scribe Server - Compile Error [closed]
I'm currently trying to get Facebook's Scribe-Server up and running on my Ubuntu 10.04.3 LTS Amazon AWS machine. I've been going through the following guide:
...
-4
votes
1answer
122 views
Facebook Status Logger Application [closed]
I need to either use or develop a Facebook logger application to track the status updates (or posts) of 100 company employees who are overseas in a sensative country (where each is a friend of my ...
0
votes
0answers
100 views
issue in clearing facebook login details
I've integrated facebook login to our site by getting their email and if its not empty i go for a check in the db for this email if not i'll create one and assign session for the user.
but when i ...
3
votes
1answer
869 views
How does Facebook store it's log data?
I recently started using Scribe, Facebooks solution for transferring and collecting log data from many different servers.
What I could not find is how Facebook stores the huge amounts of log data it ...
2
votes
1answer
5k views
Facebook.php causes error in apache log, how to fix?
I have a Facebook application running on Amazon servers (windows data center + apache) and this shows up in the apache error log a lot:
"Invalid or no certificate authority found, using bundled ...
0
votes
2answers
819 views
Aggregation of IIS logs
We have an IIS .Net application deployed across several machines. We use IIS log information to do reporting of performance of the web application and navigation by the user. Currently the reporting ...
5
votes
2answers
1k views
Has anyone used Facebook Scribe? (the tool for logging everything)
How does it work? (Explain it in terms of server, writes, GETs, values, whatever).
DOes it work with Win32 apps?