Update App to add redirect url - url

I registered my app, but didn't provide a redirect url. Now my app has been approved, but I have no way to edit so I can add it.
Please let me know how I can add my redirect url to the sound cloud api settings for my app.
Thanks

best way is to edit the code and deploy new package it will work.

You'll need to get in touch with SoundCloud Support to do this: support#soundcloud.com.

Related

How to change the default URL into custom URL in Mendix?

Can any one please tell me that how change the default URL (Example: http://localhost:8081/index.html?profile=Responsive ) into a Custom URL(Example: http://localhost:8081/UserName/) without any license in locally or cloud Mendix(Low-code platform)?
NOTE: UserName in the sense logged user’s Name.
Thanks in Advance!
You could try the widget Set Url from the Appstore. https://appstore.home.mendix.com/link/app/65083/
This allows for dynamic url's. Also checkout the DeepLink module from the Appstore for more possibillities.

How to handle the redirected uri in ios for google sign in programmatically?

I am currently doing a task in which i need to implement google sign in programmatically. I am passing the client id in the custom uri scheme and present it through svc. When i do authorization, google is not returning to my app instead it opening google.co.in page. I can get the uri in the open url method of app delegate but i don't know how to handle it and open my app instead of google.co.in page. Can someone help me to resolve it programmatically? since i should not use any predefined libraries here. Thanks in advance!
Are you using Google SDK ? If so then you should've created an App on console.firebase.com , get you redirect URI from there and add it in you info.plist. It's not returning because it's not finding the redirect URI.

how to create An app in twitter?

I'm new in this ... I followed this steps
http://iag.me/socialmedia/how-to-create-a-twitter-app-in-8-easy-steps/
but i don't know what's the exact URL i should write it ? i found different URLs on different examples .. but i don't have one !
and i read if i don't have URL yet i should put placeholder !! what's the placeholder ?
and what's the callback URL
i hope someone help me on this .
While creating app in twitter you have to specify your website URL, if you dont have any you can put any URL which refers your identity (like linkedIn public profile URL).
Coming to the callback URL, it tells where to navigate right after login with twitter credentials in your app.
Hope it helps you.
Create a Twitter Appliation here with the Read and write access permissions and Organization or personal website for callback url in Application.

custom url schemes in twitter posts it does not work

I am an ios app developer. We have implemented a custom URL scheme 'my_app://section_name' or so where if the link is opened in the user's mobile browser, it will redirect the user to a specific section in the app.
We would like to be able to tweet these URLs and have users on their mobile device click on them to open up the app, however it just can click once
(when you click close , maybe you click wrong then you want to click it second but it does not work )
I hope this isn't too silly of a question. Thanks
Make sure to check the tweet body after it have been posted.
This may be due of an URL shortener, especially if the tweet is posted from the iOS 5 Twitter framework.
I'm having a similar issue with url schemes. We can include them in emails and text messages, and they highlight and work properly.
Unfortunately, when we do the same with a tweet, the iOS Twitter client fails to recognise the special URL scheme and so the user cannot tap on it to open our app.
Pretty big oversight, methinks. Anyone else had any joy including special URL scheme links in tweets?
A solution that you should consider involves not sharing the URI scheme directly, but rather creating a page on your web server to handle this. In fact, if you want to be able to share full URI schemes with paths, you're better off building a web server to dynamically generate a page with a URI scheme redirect.
This is a over-simplified representation of what we built at Branch. This includes some code to get you started though the web server will require a bit of setup not described here.
instead of testapp://some.data.here, you'll link to http://yoursite.com/hosted-redirect/some.data.here.
your server should listen at the route /hosted-redirect, grab some.data.here and build the following page (body here):
(source: derrrick.com)
So your server will have to generate and respond with this page, filling in some.data.here, anytime http://yoursite.com/hosted-redirect/some.data.here is requested.
A lightweight node app could do this with a single file.

Twiiter PHP API Application access Direct Messages Permission?

I have set my application permissions as "read, Write, Direct Messages" as shown in the figure
I have saved these settings.
But when i authenticate my app. it shows that my application will not be able to access direct messages.As shown in the figure
Please help me, i am stuck with this problem from many days.
I am using abraham oauthtwitter api
from here https://github.com/abraham/twitteroauth
You need to call Authorize Url. This issue can apear if you call "Authenticate Url".
if you have changed your settings you'll need to regenerate the keys

Resources