Is it possible to send Facebook messages with Java? – Facebook api
I have searched around and couldn't find any kind of Facebook API for use with Java. Do any of you guys know how to do this?
I have searched around and couldn't find any kind of Facebook API for use with Java. Do any of you guys know how to do this?
Making a project login with facebook. But it's showing error my localhost url -- 127.0.0.1:8000/demo/index/ My code is like this setting.py INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'social_django', 'dashboard' ] MIDDLEWARE = [ 'django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware',…
How do you see the Facebook marketing api insights in graph api explorer? Could I explain? Can you get the output as you see in this link? Marketing Api Sample
I am trying to solve the last exercise in the graph academy of facebook developer page, https://developers.facebook.com/graph-academy/graph-api-basics/10/ but when i was asked to: "GET call using the value from the next field." i cannot get the excersice well done, because…
I am trying to work out how to get better data from the Facebook Open Graph API as it appears they now support recurring events for profile pages, yet there does not appear to be any way to get that…
/business.facebook.com/ads/manager/billing/transactions/ Thats the url id like to pull data from. I looked at all the API's, but none of them seem to offer up this data.
I am trying to collect data about a post on facebook from its graph api. I am able to get all the other information (like comments, when the comment was created, who created it, etc etc) but i am not…
I'm developing android app which integrates Facebook SDK. I need to login - OK, done this. I need to retrieve friends birthdays - I know it is restricted. But can it be allowed after app review? Or how to retrieve…
I'm new to the botpress community and just finished developing my first bot. Now I'm trying to get it to work on my server. The problem is that while trying to verify the webhook. Trying from facebook I received this…
I have more than 2000 user in my database , when I try to broadcast a message to all users, it barely sends about 200 request then my server stops and I get an error as below : { Error:…