About 50 results
Open links in new tab
  1. facebook - "message": "Unsupported post request. Object with ID does ...

    Unsupported GET/POST request almost always means that you are either using a wrong id (remember, user ids are app-scoped!), or do not have the necessary permissions.

  2. Generate "never-expire" access token for Facebook Page

    Using Facebook API v3.1 - None of the answers above worked for me. Instead, I had to: 1) Create a "system user" 2) Grant him access to the properties I needed (in my case an App) 3) Generate a …

  3. Facebook Graph API error code list - Stack Overflow

    May 7, 2012 · Where can I find the official Graph API Error Code list? I have been using the Graph API for half a year, and in the past 6 months, the error code's format has ...

  4. 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 …

  5. Facebook Conversion Pixel code: BODY vs HEAD - Stack Overflow

    Dec 15, 2014 · Yes, you can include the Facebook Pixel Code in the HTML body. According to Meta for Developers, you can put it in the head or body of your HTML. Here's what they state on their website: …

  6. Why won't Facebook accept the URL of my website in the About …

    I've been having a similar issue with facebook for a few times now appearing out of the blue. Facebook doesn't really give any information about what's actually causing the issue which leaves me without …

  7. Where can I find my Facebook application id and secret key?

    Jul 8, 2010 · In my Facebook account, where can I find these application IDs, secret key, all?

  8. List of Facebook CDN addresses - Stack Overflow

    Oct 24, 2013 · Yes, we took that into account, and want to have the list downloaded regularly from our server, but still, we need a way to find all the CDN domains. Plus, while IP addresses can change …

  9. laravel - Facebook OAuth "The domain of this URL isn't included in the ...

    May 6, 2016 · Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app …

  10. Decoding facebook's blob video url - Stack Overflow

    Facebook downloads the audio and the video separately, so get the audio link from the google chrome inspector, by right click on the video and choosing inspect ,going to Inspector, Network Tab, and …