Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need a facebook token to search profile ids and then pre populate profile images. All I need is a user token without any special privileges, but the one I have keeps expiring. Whats the best way to generate a facebook token that will always work? I dont mind putting my fb password into a php function.

share|improve this question
Would a 60-day token work? – DMCS Feb 8 '12 at 0:07
It would be helpful for the time being, but ultimately I want something that can last longer – Steven Baltay Feb 8 '12 at 0:39
ok I got a 60 day token to work by following this site: developers.facebook.com/docs/authentication – Steven Baltay Feb 8 '12 at 4:11
Awesome! Happy coding. – DMCS Feb 8 '12 at 15:04

1 Answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.