Questions tagged [mendeley]

Mendeley offers a complimentary reference management tool and academic networking platform, complete with an API empowering developers to design customized applications.

Error encountered when attempting an ajax call across different origins

function fetchInfo() { var endpointUrl = "https://api-oauth2.mendeley.com/oauth/authorize?client_id=374&redirect_uri=https://localhost/api/mendeley/mendeley.php&response_type=code&scope=all&JSON=1"; $.ajax({ url: endpointUr ...