About 50 results
Open links in new tab
  1. The app ID specified within the "fb:app_id" meta tag was invalid

    I added my page's APP_ID to fb:admins to enable every admin of my page to access Insights when logged into Facebook as Page. But when I try to save the dialog message appears: The app ID …

  2. How to extract the direct facebook video url - Stack Overflow

    Notice that you can play around with the fields you're querying for, the username and the objects you're requesting (in this case, videos). However, also notice that you must create your own access tokens …

  3. Is it possible to do multivariate multi-step forecasting using FB Prophet?

    Feb 5, 2019 · I'm interested to know if it's possible to do it using FB Prophet's Python API. I was able to do it in a univariate fashion using only the target variable and the datetime variable. Any help and …

  4. How to embed a facebook page in an iframe? - Stack Overflow

    I wouldn't recommend this for anything commercial however as it wouldn't make facebook happy. A better solution would be to use the facebook iframe. You can programatically convert any fb page url …

  5. How to verify Facebook access token? - Stack Overflow

    Dec 22, 2011 · There's only thing that server has to do; just check any access token's validity. Clients send to the server user id and access token obtained by FB.getLoginStatus. As I expected, there …

  6. FB init function gives wrong version error - Stack Overflow

    I'm using the Facebook JS sdk, and I have created a new App today. Everything is configured properly. Using init function like: window.fbAsyncInit = function() { FB.init({ appId : '...

  7. HTML: What is `xmlns:fb="http://www.facebook.com/2008/fbml"`?

    Dec 21, 2015 · While I haven't seen it in use, this is standard XML notation for extending the current XML namespace (in this case XHTML) with another one (in this case FBML). This tells your browser …

  8. Long-lasting FB access-token for server to pull FB page info

    I'm aware that there are many questions about Facebook access-tokens and the grief they cause, but despite much experimentation and reading many frustratingly vague blog articles (FB and otherwise)...

  9. How to workaround 'FB is not defined'? - Stack Overflow

    Jun 15, 2022 · FB recommends to add the async all.js include right after body, so that FB object get prepared when you use it in page. You can also have artificial delay using setTimeout to make sure …

  10. Login to Facebook using python requests - Stack Overflow

    Feb 21, 2014 · The last method fills "email" box on a page but "pass" box remains empty... Could someone help me with this please? Is it possible to emulate FB login using requests? Thanks!