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
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I want to automaticaly publish content from my internal back office to my facebook page.
What i understand is that i have to create a facebook app with the rights publish_pages, publish_actions, manage_pages.
To publish this app they ask me information and test access of the app like:
A member of our review team will test how your app uses manage_pages. Please give them detailed step-by-step instructions for how to see this permission the same way people using your app would.
I just want to push content to my page, there is nothing to test.
Is there a FULL tutorial somewhere to do what i want to do?
Thanks
First of all, you only need manage_pages and publish_pages. publish_actions is for posting to the user wall. That being said, you don´t need to go through the review process if you don´t want to publish your App to other users.
So...the answer is: don´t send it in for review. It will work for everyone with a role in the App.
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.
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.
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.
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 a Facebook app and would like to change the permissions on it. These were straightforward to set when I created the app, but when I login to the app and go through the settings, I can't find any mention of permissions. Where do I go to update the permissions on an existing app?
If you are user using another app: you cannot modify existing permissions. The best you can do is deauthorize the app.
If you are the owner of the app, and you want to ask for additional permissions: then you simply need to redirect your present users to the app authorization link requesting them to authorize the new permissions.
This assumes that you are referring to the API permissions. http://developers.facebook.com/docs/reference/api/permissions/