Making crawler which crawls peoples from facebook [closed] - facebook-graph-api

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
A person have an account on facebook in which he gives details in profile e.g his birthday city ,institute,age etc i want to search students frm FACEBOOK using Facebook API(on my own website asp.net) who study in University(BIIT) e.g if i type name Waleed in search box then all waleed should be shown in a listbox who study in Uni(BIIT) means institute name should be same for all waleed .

Scraping/crawling is not allowed on facebook. You can only get data of users who authorized your App with the Graph API.
Scraping terms: https://www.facebook.com/apps/site_scraping_tos_terms.php

Related

Django rest framework multiple endpoints for one page at frontend [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed last year.
Improve this question
First time im building api's for SPA. And now i wonder how to do some of them right.
For example, we all have delivery club app and main page of a restaurant has banners, some info about, categories, products. Product detail pop up has info about product, measure units, modifiers, additivies and some more options.
So i understand how to build api's for admins dashboard but how to do it for clients app?
They should be all seperated and front-end will get them all together or my serializers should be nested? Can someone tell?
For every view you want, you return the appropriate data and of course load your front-end with the data gotten.

Cannot publish reports to Web, no access to create embed code [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I am trying to use the pre-built embed code in COVID-19 tracking US sample to create a customised report, but can't publish on the web. Need some advise/help please.
Since January 2020 Publish to web by default is disabled. You need to get a permission from the admin of your tenant to be able to use it.
In Tenant settings they can change the option Choose how embed code work:
From there, your admin can allow you to generate new embed codes. If you don't have admin rights, you can't do anything else except asking for permission.
See: Heads up: The Publish to web default is changing and it affects who can create public embed codes

how to fix"failed to submit action template" while publishing an google assistant app from google actions [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
on google actions, when I click on submit for production, it fails and an error message appears as"failed to submit action template"
Even after completing all the procedures like simulator testing and filling in all information. The app is unable to be published because of the error mentioned.
There are no errors in the process but it fails to submit for production.

List of Friends fron Facebook which have been to specific place [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I need to retrieve the list of friends who have visited a particular place using graph api javascript sdk.
For example: Sam, Nike and 7 others have been to this place.
Is there any API call which I can use for this?
You can only get data of users who authorized your App. There is no way to get any data of friends who did not authorize the App. Check out the API reference to find out what data you can get from authorized users: https://developers.facebook.com/docs/graph-api/reference/v2.4/user
As #luschn already said, this is not possible with the current version of the Graph API.
You might have a look at what IS possible concerning social context here:
https://developers.facebook.com/docs/facebook-login/social-context/v2.4

Facebook Like doesn't show on profile [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
On my website I have like buttons. When someone likes something it displays the link on their Facebook profile but it doesn't show on their wall when it should. I can't figure out why this is.
you should look into the send button.
You can also get a version of the like button with a send button attached.
Facebook like is just the social plugin from Facebook. It can't post users' likes to their wall. You can post to their wall only from Facebook Application API.