Skip to main content

All Questions

0 votes
0 answers
21 views

How to post local images to Facebook via JavaScript SDK (v19.0)?

My plan was to submit an image via formData to the /{album_id}/photos or /me/photos endpoints. But these have been deprecated. What is the latest allowed method for this? Any ways where I am able to ...
SKB_BGPL's user avatar
  • 113
0 votes
1 answer
174 views

How to post local images to Facebook via JavaScript SDK without URL?

I am trying to use the JSSDK for a desktop website, not a mobile website. I am able to login, and then here is what I am doing: Enable user to login with app_id, and get access_token. Get a local ...
SKB_BGPL's user avatar
  • 113
0 votes
0 answers
59 views

facebook-js-sdk FB.api('/me', { fields: ['email'] }) not returning email when the user has signed up with phone number

**DISCLAMER:** I am aware there are similar question that has been solved by specifying the correct fields it needs which was a change made on v2.4. This is not the same problem or question. facebook-...
tinnick's user avatar
  • 376
0 votes
1 answer
334 views

Get data from Facebook Event Page

I am trying to programmatically retrieve data from a Facebook Event. For example, by using a url like so: https://www.facebook.com/events/ I would like to get data like: title, description, start time,...
Ardel ALegre's user avatar
0 votes
1 answer
588 views

Facebook search api to get Id of pages by searching name

I am using the Facebook api, endpoint "search", to get id of any page that i search. API URL: https://graph.facebook.com/search SEARCH_PARAMS: access_token: [User access token] q: "...
KhizziP00L's user avatar
0 votes
0 answers
304 views

FaceBook Page Photo upload - (#324) Requires upload file

I'm using the FB JS SDK to (attempt) to upload a photo to a users page. However I keep getting the "324 Requires upload file" error, in the code I have tried everything from a url of the ...
Canada_Goose's user avatar
1 vote
0 answers
87 views

Is it possible to post to facebook groups acting as page using meta graph api?

I need to post in facebook groups from a page I own programmatically. I tried finding docs for it. But the docs for facebook graph api is quite confusing to me. I am not sure if its possible or not. I ...
Naimul Islam's user avatar
0 votes
0 answers
145 views

Getting latest facebook post via oembed read feature

Recently I've been working on a website that has synchronized news with its Facebook page equivalent. The main idea is to display on website 3 latest post from owner's facebook page. So far I've ...
janki3l's user avatar
  • 43
0 votes
1 answer
480 views

Facebook API returns permission error despite access token being valid

I'm using facebook's API to post on a facebook page, and this the error that comes up. { error: { message: '(#200) If posting to a group, requires app being installed in the group, and \\\n' + ...
Peter Utekal's user avatar
1 vote
0 answers
670 views

Facebook FB.login() callback fired too early when asked for 2FA code

I think I'm facing a bug, maybe somebody knows something about it: When using FB login (version 14, but lower also doesn't work) with the scopes 'business_management,whatsapp_business_management,...
Lorenz Haase's user avatar
1 vote
0 answers
58 views

Not able to get Instagram App Approval - Reviewer Http-Request Problems?

we are having a problem going through the review process of meta instagram review - our question is: Is there any settings in the reviewers browser or company network that prohibits sending data via ...
mk_'s user avatar
  • 11
1 vote
0 answers
495 views

Sending an IG Message when Someone Follows My Page

I'm trying to create a bot that will send my new followers a message on Instagram when they follow me. I'm using Facebook's graph API and webhook to enable this. I want to know if this is possible as ...
Shaheryar Ajmal's user avatar
1 vote
0 answers
271 views

How to get Facebook logged-in user data on my website

I want to implement functionality so that I can get user data from Facebook. I have already implemented Facebook login functionality. is there any way to get current logged-in user data through the ...
Darshan Thakor's user avatar
0 votes
0 answers
285 views

How to get facebook user information using nodejs (oauth)

I am trying to fetch facebook user information using node-oauth but its giving missing page error on the browser when i am trying to perform oauth Code oauth2.getAuthorize call: app.get("/...
Veera Silamban's user avatar
0 votes
0 answers
49 views

Determine what is Facebook URL for

I have a project in which we have to enter a Facebook URL, after submitting the URL we have to determine if this URL is for a personal profile or a public page. the URL of personal profile and public ...
Mohammad Shawahneh's user avatar

15 30 50 per page
1
2 3 4 5
138