Giter VIP home page Giter VIP logo

Comments (3)

akshatbhuhagal avatar akshatbhuhagal commented on August 15, 2024 1

The problem is with Facebook App Id & Client Token, If anyone is still facing this issue then try to add facebook_app_id and facebook_client_token properly.

  1. Open your /app/res/values/strings.xml file and add both attributes
<resources>
    <string name="facebook_app_id">1234567890</string>
    <string name="facebook_client_token">1234567890</string>
</resources>
  1. Add Internet permission on /app/manifests/AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET"/>
  1. Add a meta-data element to the application element
<application android:label="@string/app_name" ...>
    ...
    <meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id"/>
    <meta-data android:name="com.facebook.sdk.ClientToken" android:value="@string/facebook_client_token"/>
    ...
</application>

from flutter_facebook_app_links.

patoliavishal avatar patoliavishal commented on August 15, 2024

After following the perfect step error is not visible

from flutter_facebook_app_links.

webtamizhan avatar webtamizhan commented on August 15, 2024

What is "Perfect step" you have followed?

Me too facing this issue. Please guide us.

from flutter_facebook_app_links.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.