How can I show instagram photos in my e-commerce page from Magento Plugin? - instagram

I created a developer instagram account and I had my client-id, client-secret, with the option Disable implicit OAuth checked. I put the same Web Site URL and Valid redirect URLs from instagram's development and it's the same into my Magento configuration, but it didn't work.
When I try to connect instagram into my ecommerce page, it shows me another page with this message (instead of my login and after my instagram photos):
{
"code": 400,
"error_type": "OAuthException",
"error_message": "Redirect URI does not match registered redirect URI"
}
but when I put in the Instagram Development page my instagram url path and the same url in Valid redirect URLs and Magento Configuration, the page let me login, but still doesn't show me the photos in order to select them. So it still doesn't work.
I'm a beginner in this task, can you help me?
my page is misimpresiones.com
and this is a video, so you can visit it, and personalice the product for the example:
http://www.misimpresiones.com/media/misimpresiones_Instagram.mp4

I notice in the popup you have it has force_classic in the URL?

Related

How to Redirect to queried URL after authentication in nodejs

I am making a Video Chat app, in which user can share the link of the meeting when another person accesses the meeting link and if not authenticated then I redirect to the login page using passportjs, but when user logins, then it goes to the home page rather than meeting URL, how can I redirect to meeting URL after authentication.
The common solution is to add a query param that holds the redirect path.
const redirectLink = encodeURI(`/my-chat-room.com`); // important to encode the link
res.redirect("/login?redirect=" + redirectLink);
Then you can check in your /login handler method if the redirect parameter exsist and use it to redirect the client.
If it doesn't exist use /home as default.
try it with google:
Get a google app link (like a doc link)
Open an incognito tab and use the link (you will be redirected to Google login page).
Check the URL for the continue query param

Where can I check if docusign have called my redirect URL after users have sign the documents? And where can I check if the url is correct?

On the API (Sandbox): After the users sign the documents. Docusign is redirecting to a REDIRECTING Url provided when I created the documents via the API. On My app, this action is not working. Docusign is not redirecting properly.
How can I check on the document or in the sandbox that docusign have redirect the users to right redirect url?
I have already manually call the link and the status in database works fine. So it's must be a setting in docusign or in my application. Any Ideal How can I make sure that docusign is receiving the correct redirect URL and call it?
For Remote Signing, landing pages are controlled under Go to Admin > Branding > Destination URLs. More information on that is available here: https://support.docusign.com/en/guides/ndse-admin-guide-configure-branding
For Captive or Embedded signing, this is controlled by the returnUrl parameter in the call to request the signing session.
For PowerForms, this is controlled under Go to Admin > Signing Settings > In-Session Landing Pages

Which security protocol do you use in OAuth if starting at Google?

Say you have a website www.site.come and you click 'Log in with Google', the google log in page shows up, you sign in and then directed back to www.site.com but now logged in as the proper user.
What protocol would you use if you started at Google? So for instance you start at google.com, log directly into google and as a logged in user, there exists a button which goes to www.site.com which when you click it will bring you to the www.site.com but signed in based on some information that is passed when the button is clicked. Would this be equivalent to SAML? Or more to OpenId?
It's OAuth 2.0. You can test it with https://developers.google.com/oauthplayground/

"Sorry, this page could not be found."

I have one website, and i use the Intagram API.
But, since morning, after user login (or authorize the app), the page show the result:
"Sorry, this page could not be found."
But, my page is ok. And, if i enter again in this page. The Instagram redirect to my page correctly.
I don't know what is it. And why Instagram not redirect automatic.
Your Domain was banned in the Client ID

App Domain: not a valid domain. Site URL is not a valid URL

I have a domain at http://qotr.net that I'm trying to set up as an app so that I can use OAuth. It was set up a few weeks ago, and we just now finished implementing the OAuth hooks on our application, when Facebook started giving us errors.
Now, when I go to the settings page, and edit anything, I get:
Error
App Domain: qotr.net is not a valid domain.
Site URL is not a valid URL.
I have: qotr.net for the app domain and http://qotr.net for the site url.
http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fqotr.net
Tells me that it can't parse qotr.net. The site is clearly up and usable, and Google OAuth works.
I can't find anything online on why it might not parse correctly; any ideas?
in the App Domain, enter your site domain without the http:// or the www. Just put in, say for my website iamzang.com
For the site URL below the page, enter http://iamzang.com/
That will do the trick. I got the same error before and with this the domain is no longer invalid.
You need to add a platform first. There you enter the full domain, e.g. http://www.yourdomain.com.
Then set the App Domain to yourdomain.com!
On facebook app registration page, under Settings -> Basic -> Basic Info try entering both domains in the App Domains space (with and w/o www)
Don't write anything in the App Domain under "Basic Info". Instead under "Select how your app integrates with Facebook" click on the check: Website with Facebook Login, which will give you a space to write in your website url (http://qotr.net).
I just got this working by using 'domain.com' in the App domain field & 'http://www.domain.com' in the Site URL field.
Hope that helps.

Resources