Guest User

Untitled

a guest
Jan 19th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. FB.api(
  2. "/1493689654199431/insights/page_impressions/lifetime",
  3. function (response) {
  4. if (response && !response.error) {
  5. console.log(response);
  6. }
  7. }
  8. );
  9.  
  10. {
  11. "data": [
  12. ],
  13. "paging": {
  14. "previous": "https://graph.facebook.com/v2.6/1493689654199431/insights/page_impressions/lifetime?access_token=EAACEdEose0cBAGNO4tT95osm9KIaLlsoxoWPyk7g4J6m3iBwa5ZArxGEZBbeIpILExuTZAC6KFRHfCuccbsOCCQLmRZCItZAAmTs3PXzueCCJ0CVjr6UBB3gZCfClQeeI1PbHZCnJVqZBPHf00Vl6U4Lj6B1FpMhZAqUSdXNvcPDWlAZDZD&debug=all&format=json&method=get&pretty=0&suppress_http_code=1&since=1462194002&until=1462453202",
  15. "next": "https://graph.facebook.com/v2.6/1493689654199431/insights/page_impressions/lifetime?access_token=EAACEdEose0cBAGNO4tT95osm9KIaLlsoxoWPyk7g4J6m3iBwa5ZArxGEZBbeIpILExuTZAC6KFRHfCuccbsOCCQLmRZCItZAAmTs3PXzueCCJ0CVjr6UBB3gZCfClQeeI1PbHZCnJVqZBPHf00Vl6U4Lj6B1FpMhZAqUSdXNvcPDWlAZDZD&debug=all&format=json&method=get&pretty=0&suppress_http_code=1&since=1462712402&until=1462971602"
  16. }
  17. }
  18.  
  19. FB.api(
  20. "/1493689654199431/insights/page_impressions/lifetime",
  21. {access_token: pageToken},
  22. function (response) {
  23. if (response && !response.error) {
  24. console.log(response);
  25. }
  26. }
  27. );
  28.  
  29. FB.api('/page-id/insights/page_impressions/days_28',{access_token: page-access-token}, function(response){
  30. console.log('page impressions',response);
  31. })
Add Comment
Please, Sign In to add comment