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.

DDMS is an Android SDK tool that provides port-forwarding services, screen capture on the device, thread and heap information on the device, logcat, process, and radio state information, incoming call and SMS spoofing, location data spoofing, and more.

learn more… | top users | synonyms

1
vote
1answer
1k views

Android Facebook Post On Wall Without Dialog Warnings

I followed the method to post facebook status updates without their dialog box from this answer on SO: http://stackoverflow.com/a/7528388/450534 I can post status updates from the apps activity, but ...