Got the solution.
Just went through the Index.php file under /oc-content/plugins/facebook
Found that the function "fbc_login_url()" is already defined for what I require.
function fbc_login_url() {
return OSCFacebook::newInstance()->loginUrl();
}
Thank you again.
Here is my code :
<a href="<?php echo fbc_login_url(); ?>">
<img src="/oc-content/themes/bender/images/facebooklogin.jpg" alt="Login with Facebook" ></img>
</a>