Skip to main content

All Questions

Tagged with
1 vote
0 answers
44 views

How to loop through array first and check and only execute else condition if all if conditions are false

{ created_time: '2022-04-15T04:51:32+0000', message: 'Chapter 31 of BJ Archmage is out\n', id: '××××××\' }, { created_time: '2022-04-15T04:49:43+0000', message: 'Chapter 35 of ...
whynotcode's user avatar
1 vote
0 answers
213 views

How to obtain images from a facebook page?

I'm creating a landing page for an NGO, and I would like to retrieve the photos they upload to their facebook page: https://www.facebook.com/choiceguatemala/photos I've done my googling but couldn't ...
user avatar
1 vote
0 answers
73 views

Publish an uploaded photo using Facebook's Graph API

I uploaded a photo form PC using Facebook's Graph API as mention in https://developers.facebook.com/docs/graph-api/resumable-upload-api The response form the server was: {"h": "2:::...
Muddtv Boxtv's user avatar
0 votes
0 answers
292 views

Facebook´s Conversion API Custom Audience

I´m trying to create a Custom Audience on Facebook´s Conversion API following this guide: https://developers.facebook.com/docs/marketing-api/audiences/guides/audience-rules Ive got my data on a JSON: ...
Felipe Quintana's user avatar
-2 votes
1 answer
713 views

How can we get the original Size of uploaded pics in facebook Graph Api (not profile Picture) Only the Uploaded pics?

I am Getting the images like this ,its working but the size of Image is Small Want to Get the Original Size? How can i get the Full Size of Uploaded Images? GET /{user-id}/photos?type=uploaded ...
Amit Sharma's user avatar
0 votes
0 answers
593 views

Change the style of the built in login button of facebook HTML & CSS

I want to edit my facebook button, but the problem is if i'm applying the style in the fb:login-button, there was a change but it's .5 second only and i tried to put a button inside of the fb:login-...
SPENCER BACAY's user avatar
0 votes
1 answer
70 views

Trouble with Facebook Login API

So I'm trying to use the Facebook Login API but without using their SDK, but even when I've whitelisted all possible Urls it comes up with the error. I've followed the guide on how to manually set it ...
Zane Stevens's user avatar
1 vote
1 answer
365 views

FB.logout() not working with angular/ionic 3

I have an Ionic 3 application that will be a pwa. I'm using the javascript facebook API to login to the app. It logs in and brings the user information, but when I call FB.logout () it just changes ...
Christian Santos Grossi's user avatar
0 votes
1 answer
52 views

Place all livestream FB videos from specific FB groups on my website

Dears, My goal is to create a webservice which could catch all livestream videos from couple specific FB groups and placed them on my website. I use node.js as a backend for my apps. Is that possible? ...
panatoni's user avatar
  • 779
0 votes
1 answer
807 views

How to use Graph API to get events in my city?

try to use search?q=Odessa&type=event but get answer like { "data": [ ] } is this the correct response? And finally, how to get events in my city? Plans to create a web page with a calendar ...
George Lu's user avatar
0 votes
1 answer
59 views

How detect user facebook is blocked with javascript or PHP, ¿sdk?

How can I know if a user list was blocked by me? by javascript or php suppose I have a list of 10 user ... // array of FB_ID (facebook user ID) I can think of this ... user_list = [6546f4646464,...
Juan Bonifacio's user avatar
0 votes
0 answers
134 views

Can't get the names of users who comments my live video with Facebook API

Hello i'm blocked at a point in my facebook app, I try to get names from users who comments my live video as a page manager who launch the live. I try to make the request with my page access token in ...
fdvx's user avatar
  • 1
0 votes
0 answers
170 views

Facebook Javascript API fan_count

I am new to Javascript and am try to follow the Facebook steps to display fan_count (likes) on my webpage. I have done the following but for the life of me can't work out how the count is displayed. &...
Warren Bradfield's user avatar
0 votes
1 answer
217 views

Facebook not giving permission to access users uploaded photos

Invalid Scopes: user_photos. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://...
Mehul Jariwala's user avatar
1 vote
1 answer
1k views

Fetch Own Feed From Facebook API

I know this question has been asked a lot, but with the latest changes to Facebook I'm having a hard time figuring out how to accomplish this task. Many tutorials and answers are no longer relevant ...
Justin's user avatar
  • 546

15 30 50 per page
1
2 3 4 5
17