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 tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
327 views

How to get like count for a specific country?

Per this blog post, country-level stats are now provided via the Insights connection on pages. Unfortunately, those country-level stats only provide data for the top 45 countries. Is there a way to ...
0
votes
2answers
723 views

Open Graph (beta) - using global actions and global objects together with custom ones

My scenario is the following: I want to create a custom object called Music Video (because I don't see a global one) create a property for it of object type Song (I assume there's a global object ...
-1
votes
1answer
68 views

Global facebook instance in iphone app [closed]

I would like to have my app log users into facebook in a settings view and then save the information into userdefaults. When the app loads, it should log into facebook if the information is in ...
3
votes
1answer
3k views

Sharing a global facebook object across Android activities

I'm creating a global Facebook object (from android-facebook-sdk) to be able to share it across my activities: public class GlobalVars extends Application { public static final String APP_ID = ...