Link to home
Start Free TrialLog in
Avatar of EffinGood
EffinGoodFlag for United States of America

asked on

Facebook: How to use as and Application?

OK this is going to sound dumb.

I build little applications that consume APIs - like the Twitter API, Kred, Klout, etc. I want to log in to Facebook's API to consume data. How do I set that up so that I don't have to log in manually every time I make an API call? With other services, we use a signature, oAuth, or other kinds of authorization methods. With Facebook, well, I just don't get it.

Thanks for your help.
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you Ray!
Avatar of EffinGood

ASKER

Ah, I think this is the bit I needed:
https://developers.facebook.com/docs/facebook-login/access-tokens/


Thanks felllas.
Yes... provided you have created your "app" on facebook already.