I was developing a web application which shows posts from specified pages. While development I used "Graph API Explorer" App to test the application as it always returned a permission error when I try to use my App. Since few days back they have removed "Graph API Explorer" App from Graph API Explorer. I understand that we need Special approval to use Facebook pages API. But to get that approval we have to show a screencast of our application. So first we have to develop the application. But we have to test API requests while developing and there is no way to do that now.
Could someone please guide me how we should develop for facebook pages API. How we should test. Is there any specific dev permissions available.
Thank you.
Related
I have implemented the Instagram Basic Display API for my web project, but while submitting the app for review on facebook developer site, it's asking only for the iOS & android app under the "App Verification" section for testing.
How can I add the website URL there, instead of the apps. Below are the screenshot.
Please help me out to resolve this issue, I'd be really grateful.
I have created a Youtube API application to enable access to Youtube API for Integromat. All my Youtube API application does it gives access to my Youtube channel videos for Integromat. Integromat grabs the links to videos and uploads the links to my Airtable. So the only user for the Youtube API is going to be myself and my own Integromat workflow.
The Youtube API app is in development. I want to verify the app to get rid of the 1-hour deactivation of the authorization (Integromat connection to Youtube API breaks after 1 hour).
To get verified, I looked the steps here https://support.google.com/cloud/answer/7454865?hl=en. The first step it tells me to do is "Update the OAuth consent screen details" and I go to that screen and shows the publishing status. Do I click to "publish to production"?
When I click that, it tells me:
Your app will be available to any user with a Google Account.
Screenshot showing the step to publish my app
That's sounds scary. What does it mean?
I do not need (nor want) have other users logging to my Youtube API. I am the only user and Integromat is the only app that will access the Youtube API.
I am novice in this and don't have much idea about programming so I don't even know what questions I should be asking here.
Thanks.
Here are more details about what I am trying to do in Integromat:
Youtube API Integromat testing app - connection getting disabled
It means that you will be able to share your app via that link with anyone you please. The whole point of an API is that it's available publicly, at least on a technical level. Whether you're actively soliciting users is an entirely other matter, naturally.
Essentially, I'm wanting to create an Oauth Client as an App so I can get data from Dynamics for multiple customers. Does anyone know if this is possible to do in AppSource or do you know of another way?
I have a service that will be served in a cloud different than Azure so there really isn't anything for me to submit as an App and I really don't want every customer to have to setup their own App that gives my service the privileges/access it needs, but it's looking like I may have to.
It sounds like you'll want to register an app with Azure AD (the OAuth2.0 service/identity provider for work and school accounts), and create a multi-tenant app. Then you can configure this app in the Azure Portal to get permissions to the APIs the app wants tokens to call (in your case Dynamics or the Microsoft Graph).
Once this app is written, you can code up your app using one of the Azure AD Auth Libraries. Here's some sample code for a .NET web API. You can find more code samples on Github and search active directory. Moreover, the Azure Active Directory Developer Landing Page is a great place to look for more resources on doing all of this.
currently I am evaluating the integration of a Facebook Login Button within our existing Apache Wicket Web Application. At the moment no further functionality is needed else than SSO with Facebook.
Searching the web directed me to a few approaches, but they seem to be broken, no longer supported or just not state of the art, for example wicket-facebook, restFB or Facebook Login with JavaScript-SDK.
All in all, my approaches led to no errors, but also no Facebook Login Button beeing displayed, also regarding the showfaces flag.
I am using Wicket with Maven.
Could I get some suggestions for the way to got in 2016?
Thanks in advance!
Few years ago I used https://github.com/scribejava/scribejava to create a Wicket Panel with authen buttons for Google, Facebook and GitHub for an application. Unfortunately I was not allowed to open source the solution.
I'm trying to make a sample app on Google Glass. Currently, I do not have a device.
My question: after I finish creating the app, what is the action needed to see it on the launch page? Do I need to send an API request to add the card to the user's timeline? or I can perform some kind of a normal install, and see it on the main menu then?
Thank you for your help.
There are two types of Glasswares (Glass applications):
GDK Glassware
MirrorApi Glassware
You can only distribute Mirror Api Glassware for now. See my question and answer for it.
If you are trying to distribute a Mirror Api Glassware (after you finished development), you have to fill the submission form.
Your glassware is going to be reviewed by Google. After Google approves, your Glassware is going to be seen at MyGlass site. Then users can go to MyGlass site and register to your Glassware with OAuth flow.
Also see this distribute page.
As far as I've understood by "launch page" you mean MyGlass page (https://glass.google.com/myglass).
If that's the case - Your Mirror-based application will appear on the user's MyGlass page once he/she authorizes it (OAuth will be completed).
Hope this will help.