The Facebook Java API represents the java SDK for the Facebook Ads API (aka Marketing API) which is used by application developers to create, manage and measure ad campaigns that run on Facebook.
Questions tagged [facebook-java-api]
87 questions
2
votes
1 answer
Batch Requests for Insights on Facebook Marketing API (JAVA)
This should be really easy looking at FB documentation for the marketing api but the page is completely empty: https://developers.facebook.com/docs/marketing-api/asyncrequests/v2.10
Does anyone has a simple example on how to make an easy batch…

redwulf
- 1,317
- 3
- 13
- 35
2
votes
2 answers
Get comments from facebook ads (marketing)
After I make an ads for my post on facebook ads manager.
Facebook Ads Manager show me how many comment belong to this ads. This is very important for me to verify the effective of my campaign.
In programing aspect: Is there's any way to count number…

lamxung55
- 61
- 1
- 7
2
votes
1 answer
facebook sdk / graph api - get custom audience current size?
Question - is there a way to get the current size of an audience from facebook? (if so, Java SDK details would be appreciated)
Why do I need this? - I'm looking to achieve the following in facebook using the java sdk (tech is irrelevant here - same…

Razor Clawson
- 67
- 1
- 9
2
votes
0 answers
Application ID is not registering in the graph
I've developed an android application, and I successfully integrated facebook sdk in my APP.
I made some tests before on HelloFacebookSample application that comes with facebook sdk.
The Application ID given in the UserGraph instance in the…

Tarek
- 1,904
- 2
- 18
- 36
2
votes
0 answers
Facebook Graph API Pagination - Facebook4j - persisting the since and until
I have been using Facebook4j for a Facebook graph API related requirement and my requirement is quite simple.
Requirement : I need search Facebook objects (all public objects- posts/comments/pages/ etc..) for given keywords frequently and persist…

Emily Webb
- 325
- 2
- 6
- 16
2
votes
1 answer
facebook4j OAuth issue
I am using facebook4j i have set the configuartion details in facebook4j.properties file. But when i trying to get the accesstoken it shows
SEVERE: Error while creating the Access TokenOAuth app id/secret combination not…

user2196474
- 319
- 1
- 5
- 15
1
vote
0 answers
Publication on facebook App --> OK but invisible on facebook page
I need to post a message from my facebook App to the facebook Page linked.
I explain how I do, please say me if it's no good. Thx.
1) I have created a facebook App.
So, I have a clientID and secretKEY.
2) I go on the advanced setting of my…

Kévin Defives
- 11
- 1
1
vote
1 answer
Facebook FBui 'stream.publish' to single friend (help needed)
I am having trouble getting code correct to have user (of my app) post to friend's wall. I want user to be able to pick single friend and post to thier stream. What am I missing to have the user select 1 friend from list, or type friends name? This…

Ruffus Magnium
- 27
- 8
1
vote
1 answer
Like button code doesn't work on my website
I found a few similar topics however none specific to my issue. I went to create a like button code, I clicked the create like box, added my link http://www.facebook.com/pages/SpartaPerformancecom/248083571902684 to the URL formated the like button…

Tommy Pantginis
- 11
- 2
1
vote
2 answers
Facebook Login dialog for mobile Web using oAuth
The facebook technical documentation looks like an ape threw it's own excrement at a website - and that's how useful it is too...
So I have this web app (for android devices) and I need to authenticate using oAuth (since facebook's "kaleidoscope API…

Coomie
- 4,832
- 3
- 32
- 44
1
vote
1 answer
How implement Facebook-Login / facilitate site-register using Facebook
I want my users to be able to login or register on my Site using their Facebook-Account. Could be either like the user clicks the "Login using Facebook"-Button and is automatically logged in, while his data is saved to the db or he clicks "Login…

MarcoSz
- 61
- 1
- 6
1
vote
0 answers
Auto refresh facebook comments causes flicker
We have a facebook comments plugin in our web code and we want to update the comments section in realtime.
For this we are using FB.XFBML.parse() routine to parse the FB DOM. However when do so we see a huge flicker as the fb-comments DOM is removed…

Novice
- 411
- 1
- 5
- 14
1
vote
1 answer
Facebook Marketing API (#2654) Account Request Limits Reached, Sub Error Code:1870024
We've been using Facebook Marketing API v4.0. For an account, I keep getting error below. We cannot find any info about this sub error on Facebook docs. Our client deleted some Custom Audiences in their account but nothing…

bek
- 21
- 1
- 4
1
vote
1 answer
facebook webhook "Error The URL couldn't be validated. Please try again." no request recieved
I'm attempting to set up a java messenger bot. facebook keeps saying the url cannot be validated when I try to validate the webhook.
i dont see any get/post requests through ngrok or any notifications of a connection. The error appears to be in…

pyro hedgehog
- 5
- 3