"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
    'application-name': 'foursquare',
    fb: {
        page_id: '',
        admins: '',
    },
    og: {
        title: 'The Rock',
        type: 'movie',
        url: 'http://www.imdb.com/title/tt0117500/',
        image: 'http://ia.media-imdb.com/rock.jpg',
        site_name: 'IMDb',
        description: 'A group of U.S. Marines, under command of...',
        email: 'me@example.com',
        phone_number: '650-123-4567',
        fax_number: '+1-415-123-4567',
        latitude: '37.416343',
        longitude: '-122.153013',
        locality: 'Palo Alto',
        region: 'CA',
        'street-address': '1601 S California Ave',
        'postal-code': '94304',
        'country-name': 'USA',
        points: '',
        video: {
            default: '',
            width: 0,
            height: 0,
            type: 'application/x-shockwave-flash',
        },
        audio: {
            default: '',
            title: '',
            artist: '',
            album: '',
            type: '',
        },
    },
};
//# sourceMappingURL=OpenGraph.js.map