We are supposed to get extended permissions doing this:
<fb:login-button perms="user_location, user_hometown"></fb:login-button>
But… it is not working… i tried this too..
<fb:prompt-permission perms="user_location, user_hometown">texttexttexttext</fb:prompt-permission>
But somehow while loading the page, “textextext…” DISAPPEARS!! -.-
Anyone managed to get extra permissions in ANY way? i need it for my app (and i only need user_location and user_hometown -.-)
Yes, im using Elliot’s library for codeigniter.
Really thanks in advance, this is killing me.
Edit: i updated the facebook libraries and now fb:promt-permission works, but… you know, the main idea is that being asked the first time while trying to log in.
Edit2: Also.. im getting this “error”, after i logout, my session information is still avaible untill i refresh again, i mean, im doing print_r($user); so i can test if the info is avaible or not, it still prints after i logout, but it doesnt after i manually refresh (yes, im cleaning and unsetting and etc my sessions as stated at previous posts) Please help.
Edit3: Sigh, also my login button is not being translated? and my script is correctly setup: http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/es_LA
Why some tutorials follow different scripts and differents ways to do it? this script: http://connect.facebook.net/es_LA/all.js tranlates everything properly but it doesnt work with our library.
Im really lost tired of trying different ways. With Elliot’s library connecting is really easy… but api calls, calling the graph api.. no.