Simple DOM Google Plus -


i'm using simple html dom parse various websites. working fine except when try parse through google plus page. attempted below troubleshoot , isn't working. when echo out page works fine below shows blank page. thought i'd have logged in google plus after it's still blank page. ideas on why can't load page? google forbids , locks? interesting thing page title loads favicon nothing elsel. here's example of code have. help!

$url_link = "https://plus.google.com/+pollotropical/about"; $html = new simple_html_dom(); $html->load_file($url_link); echo $html; 


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -