Skip to main content

All Questions

Tagged with
0 votes
2 answers
4k views

Error: Unable to load script. Make sure you are either running a Metro server or your bundle 'index.android.bundle' is packaged correctly for release

I upgraded my React Native project from 0.63.3 to 0.66.4 with the help of this resource https://react-native-community.github.io/upgrade-helper/?from=0.63.3&to=0.66.4 (followed every instruction ...
3 votes
1 answer
920 views

java html scrape the facebook way

When you post a link to facebook, it shows a small thumbnail and a description of the content of that page. I know it uses og meta tags in html pages, but sometimes even though these meta tags are ...
0 votes
1 answer
26 views

How to set facebook au banner ads in 1 activity and it show in multiple Activity

I set this code in /res/layout/activity_main.xml <LinearLayout android:id="@+id/banner_container" android:layout_width="match_parent" android:layout_height="...
1 vote
3 answers
6k views

Cannot resolve method onActivityResult

Im trying to create an application that allows sharing images and videos from gallery into facebook. There is error popping up in my coding in this lines (highlighted in red) : "onActivityResult", "...
0 votes
1 answer
11k views

The final local variable connection cannot be assigned. It must be blank and not using a compound assignment

I have used "content" string to fetch the data from website and also in facebook integration to share the current page's data(content) on the wall, I attempted to add final in front of the ...
0 votes
0 answers
40 views

com.google.firebase.auth.FirebaseAuthInvalidCredentialsException: The supplied auth credential is incorrect, malformed or has expired

When I get the facebook token and submit it to firebase, it prompts failure. The news is (The supplied auth credential is incorrect, malformed or has expired. Exception description I have configured ...
247 votes
30 answers
416k views

How to create Android Facebook Key Hash?

I do not understand this process at all. I have been able to navigate to the folder containing the keytool in the Java SDK. Although I keep getting the error openssl not recognised as an internal or ...
-1 votes
1 answer
65 views

How do i publish videos to a facebook page's story?

i have been trying to publish videos on a facebook page's story, but i havent been successful, i have tried using their apis and integrating with restfb as well, As for restfb, i was able to post on a ...
1 vote
2 answers
17k views

Facebook: Getting Incorrect Signature (104) when Getting Session Key

I am trying to use the HttpClient library (in order to call the Facebook API's REST end points) to obtain a session key and verify user... My code is here: RunWith(SpringJUnit4ClassRunner.class) @...
0 votes
0 answers
50 views

Java resized JPEG seems to be invalid format for Facebook?

I use a java program to resize my jpg's for imgsrc settings and speed on mobile, etc. I am using ImageIO and BufferedImage The file types are TYPE_3BYTE_BRG, and written out that was also that type as ...
0 votes
0 answers
24 views

Why restfb library fails updating Facebook Page info?

I need to be able to update (using any API in JAVA) the info of my Facebook Pages, such as address, opening time hours, email, tel etc., but, I have not been successful. I have tried restfb library ...
0 votes
1 answer
642 views

Getting integer for Facebook notifications/inboxes/friends

I know there are quite a few questions about Facebook but I couldn't find one which answered my question. Basically what I'm trying to do is get an integer for how many notifications, inboxes, friend ...
0 votes
0 answers
137 views

"Your SDK doesn't seem to have updated correctly. Please try again." Even after update is done

I have an Android app using Facebook SDK, when I try to add new events I get this message "Your SDK doesn't seem to have updated correctly. Please try again." I have the latest versions for ...
0 votes
0 answers
41 views

Facebook native preload ad

I'm an Android developer and currently, I'm trying to develop a Facebook ad in my existing code now I want to develop like preload ad, and after some screens, I need to show it without asking for a ...
3 votes
1 answer
1k views

Android Facebook SDK: what does "implementation 'com.facebook.android:facebook-android-sdk:[8,9)'" mean?

It is written here that I should use the following version of the Android Facebook SDK: implementation 'com.facebook.android:facebook-android-sdk:[8,9)' But I see here that the last version of the ...

15 30 50 per page
1
2 3 4 5
144