I'm new to the facebook API. I have been reading a documentation all day, but I still can't get how does it work.
I'm using the official php-sdk and I thought that I will get permanent key for each user which I can insert into database and use everytime I need to call API for user's data.
Is it possible to get something like this? Permanent key?
I have read Facebook login – access tokens, but I still can't make it work.
This is the only think that work's for me: http://pastebin.com/Dq65pZaU. How can I call the API after I have permanent key for each user? I can edit it by myself :) just wanted show you the source. Sorry, for stupid question, but FB api is something like hell for me.