skip to Main Content

React Native open Facebook page – Twitter API

I've been trying to open Facebook page using React Native Linking API. It doesn't work for me. I do have Facebook app installed. Here is what I tried: Linking.openURL('fb://page/<page_name>'); Linking.openURL('fb://profile/<profile_name>'); Linking.openURL('http://facebook.com/<page_name>'); I also tried to use Communications library: Communications.web(url). None…

VIEW QUESTION

Facebook API "invalid version specified"

The Facebook API login "quickstart" page says to put the following code in your page: <script> window.fbAsyncInit = function() { FB.init({ appId : '{your-app-id}', cookie : true, xfbml : true, version : '{latest-api-version}' }); FB.AppEvents.logPageView(); }; (function(d, s, id){ var…

VIEW QUESTION
Back To Top
Search