What is a node id in facebook graph api and how can I find it ...

Here is a Facebook example to get your pictures: // myapp.js function fbAsyncInit( ){ FB.init({ appId: 'your-app-id', xfbml: true, version: 'v2.8' }); FB ...

Lee mas