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.

A memory leak occurs when a program fails to release memory that it has allocated but is no longer using and is not recoverable.

learn more… | top users | synonyms (2)

0
votes
0answers
174 views

memory leak in FBRequest

I'm working on a simple game, which only lasts for several mins per game, and on the result page, I let player share their scores via feed dialogs, I integrated with SDK3.1, followed all the ...
1
vote
1answer
854 views

Android Facebook authorize not working (leaked window)

I have the similar problem as Android Facebook.authorize don't call oncomplete method onComplete method isn`t called after authorization in Facebook (both when Facebook app is installed or not). ...
0
votes
1answer
225 views

Does the Facebook API for iOS leak?

When testing a demo app in Instruments using the leaks tool, I get GeneralBlock-XXXX that can be 56 or 2048. This happens after selecting the Publish button. (which actually calls [Facebook ...
0
votes
1answer
81 views

How to find memory leak from ASPX app having a DLL

Any tips How to figure out where is memory leak in my Facebook app, its ASPX using Facebook toolkit DLL and I am afraid the bug may be in that CS library. The problem is that after one week uptime, ...