Having an issue for Shopify App listing - shopify

I have submitted My app to Shopify App store for review, I got below feedback
I was unable to install your app from the App Store listing. I was redirected to this page after clicking 'Get'. When clicking on 'Get' from the app listing, the app should immediately authenticate using OAuth. Please watch this example of what the required installation flow looks like with OAuth when clicking 'Get' from the App Store Listing.
How can I resolve this?
Any help would be greatly appreciated.

When any one click On get button from shopify app store then you must
have to check that after getting store name it will redirect to your
link on which you have check store permissions & all other things for
shopify store. After checking permissions of store it will
automatically redirect to store OAuth page then you will able to
install app.
You can also check itself where it is redirect when any one click on GET button. Steps for checking:-
Login into shopify partner account Go to Apps-> View App Listing. Then you will check by clicking GET button where it is redirect. You have to check conditions & may also you have to set your App Url Link in app which you created in Shopify partner account.
You can also these things on Shopify Official documentation.
Please Let me know if you getting issue after try this. I am Happy to help you. Thanks !!

Related

Can't get my app reviewed in Facebook API

I can't get my app to be reviewed through the Facebook API.
The app is purely a facebook messenger bot, and the app type is "business".
I have configured the specific permissions I need, however I recieve an error that states "You do not have any platforms eligible for review. Please configure a platform on your Settings page."
I also cannot add my app domain in the basic settings, as whenever I press save changes, the url does not save and disappears.
Additionally there is no option to make my app live.
Any advice?
The error message
I am leaving this answer in the event someone else needs it. It was an answer suggested by Facebook support when I encountered the same problem.
Go into App Settings and add a platform "Website"
Just add your website URL.
If the requested permission is just Messenger based then the website will not be accessed or tested.

How to get Shopify API programmatically

I'm building a React Native app with Shopify integration issues.
After creating a private app in the Shopify admin panel, I need help getting the Shopify API programmatically.
You will need the Shopify API URL (enter image description hereExample URL in the screenshot) to receive your shopify product.
To create an API URL, shopify users need to add an API key and API password and hostname manually on the React Native app.
I have done this feature, but it is very inconvenient for users.
That's why I need to get the API URL programmatically after the user logs into Shopify with email and password in WebView.
I thought I could get the API URL by web scraping after the user login Shopify.
Is it possible? Please help if possible.
Regards.
It is as simple as using your shop name in the URL, such as shopname.myshopify.com. But the best thing you can do is click the copy button on the Example URL field and use the full example URL so you know there are no errors.
Unfortunately, Shopify obscures this field because the apikey and password are so long. When you look at the field, it isn't clear they provided you with a complete and working URL.
Good luck

Redirect shopify app url to custom url

I have created an app in shopify and after installing it in the store, I want when I click on the app then it will redirect to other domain like www.abc.com instead of open it in the shopify admin.
I have checked this type of functionality in many apps but don't know how to implement it. Please help me to solve this issue.
Thanks
Firstly, you need to create account as Shopify partners. Once you sign-in in your account, you will see Apps on the left side of the dashboard. You will see Redirection URL in the options available. You can also give name and other details of your app in this session.
most likely your app is an embedded app that is why it is not opening new tab upon clicking from admin app listing. you first understand whether your app required embedding functionality or not.

I want to redirect users directly to my website when user installs my app from Bigcommerce App store..How could I do it?

I want to know that how could i create Bigcommerce app in Bigcommerce App Store which redirects users directly to website rather than to open my software in iframe..
Any help would be greatly appreciated..
Thanks in advance..
According to the Bigcommerce requirements for approval of your app, you will need to support the app opening in an iFrame otherwise, your app will not be approved and will not be in the app store. Please check the link below for more details on all the requirements:
https://developer.bigcommerce.com/apps/approval-requirements

how to edit where facebook sends visitor after using the facebook "sign in" app

I have a site www.crazyfloridadeals.com and this is a licensed directory and it has a built in feature for "sign in" using your facebook account and in order to do this you need a developers App ID and App secret which I did set up, I got the app to work but two things need to be edited and I can't figure out how to do this,
After you use the app facebook sends the visitor to crazyfloridadeals.com/profile/#= which 404's how do I get the app to send them back to the Home page? I read every articl and forum but could not find anything - any suggestions are where to find this
When you use the facebook app it goues through the "permissions" and it asks do you want to all "my company" to post on your behalf? I don't need this as I am only looking for basic user info (just like screen shot attached) how can I adjust what permissions are being asked for?
I am new to this and am sorry if these are easy fixes
Having looked at your site, it appears that the FB login button is being passed the paramaters redirect_uri="http://crazyfloridadeals.com/members/facebookauth.php?destiny=http://crazyfloridadeals.com/profile/#="
and scope="email,user_birthday,status_update,publish_stream"
There should be a configuration screen if this is some sort of CMS for the FB login plugin. Otherwise there may be a configuration file somewhere in the code files itself. Of note, to remove the "post on my behalf" message, remove the 'publish_stream' from the scope variable. See this list for other FB permissions. You may need a FB Dev account to view it. Obviously, you will need to change "http://crazyfloridadeals.com/profile/#=" to just "http://crazyfloridadeals.com/"