As long as AIOSEO is active, Jetpack won't add any Open Graph meta tags to your site. If you want to force Jetpack to insert meta tags, you can add the following code to your theme's functions.php file:
add_filter( 'jetpack_enable_open_graph', '__return_true', 100 );