/** * Created by tagdiv on 26.11.2015. */ /* global jQuery:{} */ (function($){ 'use strict'; $(document).ready(function(){ $( 'body' ) .off( 'click', '.penci_access_token' ) .on( 'click', '.penci_access_token', function(event) { event.prevenpenciefault(); var $this = $(this); if ( $this.hasClass( 'facebook' ) ) { var penci_social_counter_panel = $this.closest( '.vc_edit_form_elements' ), facebook_app_id, facebook_security_key, facebook_access_token; if ( penci_social_counter_panel.length ) { facebook_app_id = penci_social_counter_panel.find( 'input[name="facebook_app_id"]' ); facebook_security_key = penci_social_counter_panel.find( 'input[name="facebook_security_key"]' ); facebook_access_token = penci_social_counter_panel.find( 'input[name="facebook_access_token"]' ); } else { // Try to see if we are in widget admin panel penci_social_counter_panel= $this.closest( '.widget-inside' ); if ( penci_social_counter_panel.length ) { facebook_app_id = penci_social_counter_panel.find('input[id$="facebook_app_id"]'); facebook_security_key = penci_social_counter_panel.find('input[id$="facebook_security_key"]'); facebook_access_token = penci_social_counter_panel.find('input[id$="facebook_access_token"]'); } } if ( facebook_app_id.length && facebook_security_key.length && facebook_access_token.length ) { var penci_access_token_info = $this.next( '.penci_access_token_info'), // values extracted to sanitize them val_facebook_app_id = facebook_app_id.val(), val_facebook_security_key = facebook_security_key.val(); $.ajax({ url: 'https://graph.facebook.com/oauth/access_token', data: { client_id: val_facebook_app_id, client_secret: val_facebook_security_key, grant_type: 'client_credentials' }, beforeSend: function( jqXHR ) { if ( penci_access_token_info.length ) { penci_access_token_info.show(); } } }).done(function( data, textStatus, jqXHR ) { facebook_access_token.val( data.replace( 'access_token=' , '' ) ); }).fail(function( jqXHR, textStatus, errorThrown ) { window.alert( 'Incorrect data, please check each field.' + '\n\n' + 'Info Message: ' + jqXHR.responseJSON.error.message ); }).always(function( data, textStatus, jqXHR ) { if ( penci_access_token_info.length ) { penci_access_token_info.hide(); } }); } } }); }); })(jQuery);x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586