Plugin Directory

Changeset 1243377


Ignore:
Timestamp:
09/11/2015 01:48:01 PM (11 years ago)
Author:
urre
Message:

Switched to get request

File:
1 edited

Legend:

Unmodified
Added
Removed
  • open-graph-rescrape/trunk/js/og-rescrape.admin.js

    r1243336 r1243377  
    2222            var _this = $(this);
    2323
    24             var jqxhr = $.post(
    25                 'https://graph.facebook.com',
    26                 {
    27                     id: settings.url,
    28                     scrape: true
    29                 },
     24            var jqxhr = $.get(
     25                'https://graph.facebook.com/?id=http://jazztips.se/skiva/coincidence&scrape=true',
    3026                function(response) {
    3127                   
Note: See TracChangeset for help on using the changeset viewer.