About 50 results
Open links in new tab
  1. Open Facebook page from Android app? - Stack Overflow

    Jan 27, 2011 · For iPhone, there exists the fb:// URL scheme, but trying the same thing on my Android device throws an ActivityNotFoundException. Is there a chance to open a Facebook profile in the …

  2. facebook - Getting fb.me URL - Stack Overflow

    Jan 3, 2017 · How do I go about either making, or retrieving facebook short url's (fb.me) from a page, profile, event etc? I want to update my url shortener site - but if the user links to a facebook page I …

  3. Facebook debugger: why complaining about app_id missing

    While using the facebook debugger, it complains: Warning fb:app_id hasn't been included in the meta tags. Specify the app ID so that stories shared to Facebook will be properly attributed to th...

  4. facebook - Get user profile picture by Id - Stack Overflow

    Jul 12, 2012 · You can find further information and how to do it correctly in the fb docs to the graph api of user picture Requirements Change This endpoint supports App-Scoped User IDs (ASID), User IDs …

  5. facebook - Getting FB APP_ID from a FB Page - Stack Overflow

    Jan 13, 2012 · If your question is whether you can use your FB Page ID as the meta tag, then no! Facebook's documentation is spare and contradictory on this.

  6. When do I need a fb:app_id or fb:admins? - Stack Overflow

    Jan 6, 2015 · Finally: fb:admins or fb:app_id - A comma-separated list of either the Facebook IDs of page administrators or a Facebook Platform application ID. At a minimum, include only your own …

  7. Custom URI Schemes for the Facebook Messenger - Stack Overflow

    Aug 24, 2014 · 30 Given the recent "encouragement" by Facebook to migrate to a separate messenger app, and as a followup to the {very informative!} answer to the question on URL/URI schemes …

  8. facebook graph api - FB.login () and FB.getLoginStatus () return ...

    Aug 20, 2024 · The problem Both FB.getLoginStatus () and FB.login () call functions return below response. {authResponse: null, status: 'unknown'} I'm certain I've logged into Facebook and it should …

  9. What is the user agent string for facebook app from android

    Mar 17, 2015 · What is the user-agent string added when we open facebook app from an android mobile. I want to detect facebook app from android OS using user-agent string, is that achievable. …

  10. Login to Facebook using python requests - Stack Overflow

    Feb 21, 2014 · You need to send a complete form. The easiest way to find out what Facebook expects is to use something like Google Chrome's developer tools to monitor your web requests. To make …