Facebook app for internal use [closed] - facebook-graph-api

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.

Related

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

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

How to require login in opencart? (Private Shopping) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
l want to private shopping with Open cart. How?
OpenCart does not have a feature that enables you to set the shop up to require a username and password before accessing the shop.
You can configure it to require a log-in before check-out, and also to log-in before showing prices. From the admin interface...
Login Display Prices:
Only show prices when a customer is logged in.
yes/no
Guest Checkout:
Allow customers to checkout without creating an account. This will not be available when a downloadable product is in the shopping cart.
yes/no
However, although OpenCart doesn't provide the functionality you're looking for, it'd be easy to add with an OpenCart extension. You could write one, or it looks like there is one in the OpenCart extensions directory already, see http://www.opencart.com/index.php?route=extension/extension/info&extension_id=6230

Update Facebook App Permissions [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 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/