Facebook Like doesn't show on profile [closed] - facebook-like

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.

Related

Making crawler which crawls peoples from facebook [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
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

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

Do I need Facebook's approval of my website to have "Login with Facebook" feature? [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 10 years ago.
Improve this question
I'm looking to build a site and was considering a "login with facebook" feature, so that users would not be anonymous. I don't need autoposting to facebook or anything like that, but would like to use facebook profile pictures and names. Does anyone know if this falls under the category of "Facebook Open Graph", and thus needs facebook's approval of my own site? Or can any website use "login with facebook"?
every website can use the "login with Facebook" - which is called "Facebook Connect". Open Graph is a different thing, although you could use Open Graph functionality when using Facebook Connect.
Please have a look at https://developers.facebook.com/blog/post/2013/01/25/clarifying-our-platform-policies/, where Facebook clarified the use of Facebook connect.

How can I find my Facebook app id and secret key? [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 10 years ago.
Improve this question
I have already registered as a Facebook Developer but i am not finding any app id and secret key . Can Anyone help me ??
The list of all your apps and their settings (including id and secret) is here:
https://developers.facebook.com/apps
You may want to check out some tutorials about facebook apps, for example:
http://www.emanueleferonato.com/2009/09/20/developing-a-facebook-application-for-absolute-beginners/
Also, the official documentation is not that bad, but pretty big:
https://developers.facebook.com/docs/
You will find a developer link at the bottom of the page, after opening it you will find apps link at top right of page, click it to see your apps detail.
or
simple way is just login to facebook and copy below link to your browser.
https://developers.facebook.com/apps

Joomla 2.5: Unable to login back-end and front-end [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 10 years ago.
Improve this question
I'm suddenly not able to login anymore, neither at back-end nor front-end. I'm sure that I use the correct username/password and that the user is enabled. I have checked this with phpmyadmin. The error message I get is that the username/password is incorrect. I have also tried to recover my password and I finished this successfully, but when I try to login it again tells me that username/password is incorrect.
Any ideas what I can try to fix this issue? I have access to the web-server and database.
I found the solution. I did disable joomla-authentication plugin. Just make sure that plg_authentication_joomla is enabled in the _extensions table in your joomla database.