Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I create an account on paypal developper and a business account but I can't create a rest api app because create app button is disabled could you please help me to solve this problem
Dudes
I tried with Firefox and it worked fine.
I spent 3 hours trying with Chrome and couldn't do that.
Try to use firefox!
Source : https://www.paypal-community.com/t5/Getting-started-with-PayPal/Unenable-the-quot-Create-App-quot-in-Rest-Api-app/td-p/1180188
This error also occurs , when you have not yet confirmed your Email address with paypal
Had the same problem. Had to log out of the account and log back in and then the button was enabled.
However, the button itself doesn't seem to do anything. Get a spinner animation but nothing happens.
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I recently added a popup to my app where I am forcing a user to update the app. I am showing a popup with a single "Update" button and when the user taps on it, I forward him to AppStore to update the app. So the user cannot skip the popup and cannot dismiss it. Only can go to AppStore and update to the latest version.
So my question is, is it okay to do so? Am I breaking any AppStore rule by doing so?
Thanks in advance for your help!
No, a lot of apps do this, when they have patched critical bugs and want the user to update, otherwise they cannot use the app. I have seen that in games where they have patched hacks or in banking apps sometimes.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
We have Alexa Skill for our application which needs account linking.
exploring the botium box for automating conversations, it is working fine.
but I am looking for adding account linking process in it
Is this possible with botium box.. if not, any workaround?
You cant link an account using Botium.
The maximum you can do is test your flow using a linked, or not linked account. But you have to link that account on your own, using the Simulator of Actions console for example.
You can read about it here: https://github.com/codeforequity-at/botium-connector-google-assistant#account-linking
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I want to know if its possible to create Facebook app that continuously update users profile picture. I can't see anything in the docs. Do you know if this is possible and if so any docs on implementing it?
Thanks in advance.
It is not possible for the User Profile. There is no way to update the profile picture with the API directly.
There are many Stackoverflow threads about this already, this one is very old but the answer is still correct: Facebook API/PHP - Is it possible to change a user's profile image via FB Graph API?
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 am unable to create a simple facebook app. It continually says try again later. I have searched the forums, but only see posts about people trying to create the app as a "page", but I am logged in as a "user" on the master account. My account has been active for 7 years and I only have one page.
What do I have to do to get the ability to create an app?
I am simply trying to create the app so that customers can click a like button on our product pages. This is done using a pre-built extension in the Magento E-Commerce platform. All I need is the appID to plug into Magento.
Please help!
I ran into the same problem today. I was trying to create an app for my fan page for this site: http://www.cutepickuplines.info
It looks like it's an issue with Facebook. I figure it will be resolved by the end of the day. I'll report back here when I get it working.
Looks like things are working. If needed clear your browser cache or sign out before trying again.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have an iphone application in that I have to log in to gmail through my program and then from that account I have to send an email to application users automatiocally. I dont want to show the sending mail window to user. Please give some solution..........
It can be done through webservices but it may not be a good idea to implement it.
I think your idea wont be very successful with iPhone environment as Apple wont approve your idea.
I think you will understand this better if you go through Apple's Developer App Guidelines for iOS.
That is because while sending mail or to login into gmail you would require user's permission and you cannot send email to user without his permission.
Hope this helps you