Having config. the facebook app on my website as appropriate, i got this error message
(#12) username is deprecated for versions v2.0 and higher
Then i took my time to search the forum for similar issue and i found the suggestion bellow
from
$fields = array( 'id', 'username', 'name', 'email', 'picture.type(large)' );
TO:
$fields = array( 'id', 'name', 'email', 'picture.type(large)' );
But immediatelly this adjustment was made, it led to another error:
Parse error: syntax error, unexpected '<', expecting T_STRING or T_VARIABLE or '{' or '$' in /hermes/bosnaweb01a/b2347/ipg.movingstuffscom/movingstuffs1/components/com_comprofiler/plugin/user/plug_cbconnect/cbconnect.class.php on line 1273
With immediate effect, i contacted my host, and the made me realize it is as a result of the adjustment i made to the cbconnect plugin and requested that i contact the developer of the plugin for possible solution.
Attached herewith is the copy of the cbconnect.class.php file
Please kindly assist to this effect
Regards