About 50 results
Open links in new tab
  1. 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?

  2. How to check if Facebook is installed Android - Stack Overflow

    How to check if Facebook is installed Android Ask Question Asked 14 years, 10 months ago Modified 4 years, 5 months ago

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

    May 18, 2015 · 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 …

  4. Run Facebook FQL Online - Stack Overflow

    May 29, 2010 · Here 's the Facebook's official page with developer tools. There used to be an FQL console there, but it's no longer available. You can use the tools there to test other FB API though. …

  5. Facebook links to my site resolve as 403 forbidden

    May 30, 2010 · Hi I'm experiencing a super weird problem. Whenever I post links to my website on Facebook, they come up as Forbidden. The site itself works great and I have no seen this when …

  6. Facebook webhook verification response structure - Stack Overflow

    Jul 5, 2022 · Facebook webhook mentions that the endpoint should be first verified before the webhook endpoint can receive any event notifications. The docs for Verification Request does not provide a …

  7. Find Facebook user (url to profile page) by known email address

    Mar 8, 2011 · I have an email address and want to find out if there is a Facebook user linked to this address. If there is, then I want to retrieve the url to this users profile page and save it somewhere. I …

  8. Facebook: get list of pages that a user is admin of

    Nov 18, 2010 · You can also use "pages_show_list" permission, if you want only the list of facebook pages the user is admin of. The "manage_pages" permission will ask the user permission to manage …

  9. Facebook profile URL regular expression - Stack Overflow

    It is just the original Facebook URL and not a user or page address. But this regex can distinguish a normal url from a profile and page url and only accepts the valid one.

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