Simone Pietro Fantini commented on Login with facebook
hello, I am interested on this app too.... Please keep me posted on progress. thanksSimone
View ArticleSu Yuen Chin commented on Faraday::Error::ConnectionFailed when installing an...
Thanks. This solution fixes the Faraday error
View ArticleMultipass Login Encryption in PHP by Vanessa Ramirez
Hi,Our shop has multipass login enabled and we are working in the integration with a PHP CMS. I am creating the class equivalent to the one on the sample...
View ArticleVanessa Ramirez commented on Multipass Login Encryption in PHP
UPDATE: Even though I have not got it working yet, I noticed that the ruby sample sign method uses HMAC.digest which returns a binary output::OpenSSL::HMAC.digest("sha256", @signature_key, data)In PHP,...
View ArticleVanessa Ramirez commented on Multipass Login Encryption in PHP
UPDATE: I got it working :) ! The issue was the way I was creating the encryption keys. Same issue with the signing method, I was not creating binary keys. My constructor now looks like this:public...
View ArticleJamie commented on Multipass Login Encryption in PHP
Thanks for posting back for others! I always appreciate that <3
View ArticleMaikel commented on Multipass Login Encryption in PHP
Interesting! It is helpful for others :)
View ArticleHow to send POST request using java by krishna reddy
I am new to the shopify. Can anyone tell me, how to send post request using java to create the new customer using app.
View ArticleMore than 1 App Proxies required for my App by David
I have a scenario for which I need more than 1 App Proxies but I could not create another App Proxy (I am already using 1 App Proxy) through the application Edit Settings interface. Please give me...
View ArticleHunkyBill commented on More than 1 App Proxies required for my App
An App Proxy returns a string. Call it Liquid. Shopify then renders it. If you just use an App, and it returns a string, you can simply insert the string in the DOM and achieve the exact same thing. In...
View ArticleTim Gossett commented on How to create fulfillment service?
Seon,The POST URL is https://api_key:password@shop_name.myshopify.com/admin/fulfillment_services.json. Don't miss the '@' after the password. The URL you show above has a dot where the @ should be.--Tim
View ArticleI need the Customer Login Webhook. Is it possible? by David
I have a scenario in app where i need to do something after customer login in my shop. Can I have something like customer login webhook?
View ArticleWhat is the full url to make API calls? by Alex Heiphetz
After I obtain token using authentication, what would be the full url to make API calls?Should it be just https://STORE_URL/path,and token goes to the request header? Or...
View ArticleAlexandre Moles commented on Using Shopify customer login for an external app
Hi anatol,Have you found a way of doing this?I'm trying to achieve the same goal and couldn't find a way.Thanks!
View ArticleAdam Harrison commented on Using Shopify customer login for an external app
I do this with a bunch of my apps. The key is to have your server insert a shared secret as a metafield into the customer object. This can then be accessed using Liquid, which can then be used with...
View ArticleAdam Harrison commented on What is the full url to make API calls?
Hi Alex,If you're using the public api, the first one is correct. If you're using the private api, it should look like https://API_KEY:PASSWORD@SHOP_URL/path.
View ArticleGetting and Updating Order Information by JONATHAN ENOBHAYISOBO
Hello AllAm new to using shopyfy, this is actually my first try, have a shopify store (https://impact-team.myshopify.com/) at checkout, i'd like to use a custom payment platform as and i'd need 1....
View Articlevalerie parker commented on syncing shopify data with mysql database
did you get an answer about this question? I am trying to do the same.
View ArticleJason commented on syncing shopify data with mysql database
did you get an answer about this question? I am trying to do the same.You'd need to get your hands dirty with the Shopify API. You'd be looking at creating some code that (on a schedule) does something...
View Article