Error during registering my app on instagram - api

I need to use the instagram api
And when i register a new client it gives me this error
"The URL you entered is considered unsafe and may not be used, or you have been making too many changes"
How can i solve this problem

Related

Whatsapp Desktop give error Phone Number shared via url is invalid

I have been using Whatsapp API URL https://api.whatsapp.com/send?phone=XXXXXXXXXXXX to send messages to customers, just today it started to give an error "Phone Number shared via url is invalid"
This is only happening on the desktop app, using the same URL from phone opens up the mobile app and works as expected, is this something related to a rate limiting or some sort, I am using Whatsapp desktop app on Mac OS
This seems to be a new change introduced by Whatsapp. Earlier they allowed you to start a conversation with any number using their standard API url.
However, now it only allows you if the number is either:
Already present in your contact list
You've had a conversation with that number in the past
So in short, messaging to any number that is "unknown to you" is NOT allowed. Most likely this is done to reduce spam.
Ideally, they should display appropriate error message in this case instead of just saying "Phone number shared via url is invalid."

API to check Periscope User is Online

I've scoured for any information regarding an Open API for Periscope.
I have a twitter feed, that should only show if Periscope is Live (the said user will share the broadcast via Twitter).
I can parse the word "IS LIVE" but then I'd have to parse multiple languages.
I'm looking to check an API if the user is Online in periscope, if so, then display the latest twitter feed (which is the broadcast).
There was this User Online button that could be generated
https://www.periscope.tv/embed
it calls an api like https://embed.periscope.tv/user/bpsdmik.json
but it seems that the certificate is invalid, so I keep getting errors ..
Any help / workarounds would be much appreciated!
I've Searched OPEN Periscope, but mostly requires an Authentication token etc.
There is no open API for Periscope. At least, not that I'm aware of. Which would explain your difficulty in finding anything. The closest thing would be the Unofficial Periscope API, documented by Pmmlabs (the same folks who run the OpenPeriscope project). However, as you've already discovered, most of the calls to the Periscope API, including all user-related calls, require an auth token.
Outside of using the API or screen scraping, the only other way I can think of to tell if a user is live or not is to try accessing their Periscope page directly. When you go to a user's Periscope page at https://www.pscp.tv/{userId}, Periscope will redirect you to that users most recent broadcast, where you can parse the broadcast id from the redirect URL. Once you have the broadcast id of the most recent broadcast, you can use the following API call (which does not require an auth token):
https://api.periscope.tv/api/v2/getAccessPublic?token={broadcastId}
... to determine whether the broadcast is live or not. Look at the JSON response and if the "type" field equals "StreamTypeReplay", then it's a replay, otherwise it's a live broadcast.

How to Fix facebook error code 3703

I created javascript facebook sdk for user login and share.
I got message from facebook developer team.
Your app is receiving errors from Follow Plugin
In the last three hours 100% of the calls to the method Follow Plugin resulted in errors.
Error Code
3703
Error Description
Invalid Publisher ID
Error Count
36017
This may be result of a recent change you made to Contact iMyanmarAds, or a failure to comply with a recent breaking change.
For more information about error codes and recovery tactics, please visit our documentation.
If the error rate has not been resolved after 3 days, we'll send you another alert.
You can view this and other Developer Notifications related to your app, in the App Dashboard.
I don't know why facebook team send me this message and how can I fix this error.

Broken Button on Instagram Permissions Review? Instagram API - Start A Submission yields "Oops, there was an error"

Trying to start a new submission to request more permissions for our app w/ the Instagram API. Start A Submission button takes you to page that simply says "oops, there was an error." Happening w/ App Live, in Sandbox, and on both desktop and mobile. App as already been reviewed and approved; am seeking additional review for more permissions.
Anyone else experiencing or have a tip? I've submitted report to Instagram Developer Support.
The Instagram API often just says "Oops an error occured !" and donot give you any more information.
I think their servers timeout limit down.
Add the parameter distance=500, or even less, and you won't get this error any more.
Basically, in a high density area , you need to specify a small distance number, otherwise Instagram's server just times out while serving your request.

ERROR : 401 loginpost URL timed out,

While linking one of our bank account from HDFC bank india we see an error message stating :
ERROR : 401 : HDFC Bank (India) - Bank and Credit Card
As part of our internal proactive monitoring initiative, we have observed that agent is failing with 401 because loginpost URL timed out.
Let me know does these banks are not supported within yodlee or is there any access restriction.
Besides this API accepts invalid login too and returns has site(bank name) added successfully.
Let me know how to solve these problems
Thanks In Advance.
This error comes when Yodlee is not able to connect with the Bank website in a defined time frame. This could happen due to various reasons,one of basic reason is that Site is taking too much time to load or open login page.
For your reference here is the details about different error codes.
On your second question: Where you have mentioned that this API takes invalid login credentials as well.
To explain you the process- You'll provide the credentials(whether correct or incorrect) to this API, then Yodlee uses those credentials and try to login at the bank website while if site says that the credentials are invalid Yodlee returns the respective error code and message. Hope this helps.