Where do I find API key and API secret for Facebook?
Posted
by Sara
on Stack Overflow
See other posts from Stack Overflow
or by Sara
Published on 2010-02-18T15:24:40Z
Indexed on
2010/04/02
9:33 UTC
Read the original article
Hit count: 323
Trying to connect to Facebook to make a statusupdate through my Android application. Got the whole thing running but I need API key + secret. Where can I create/get a hold of these?
private static final String apiKey = "<YOUR API KEY>";
private static final String apiSecret = "<YOUR SECRET KEY>";
Tried the same thing with Twitter and then I just "created" an application and recieved "ConsumerKEY" and "ConsumerSECRET", but what is the deal with Facebook?
© Stack Overflow or respective owner