Results 23 comments of Kifah M

On windows, one can use http://www.temblast.com/adbsync.htm. The author explains its usage [here](https://forum.xda-developers.com/showthread.php?t=2133312)

Doesn't seem so, but i think it's likely that the author might open source upon request. On Sat, Oct 24, 2020, 1:53 AM Tanmay Pachpande wrote: > On windows, one...

Yep, this is just a sample app On Thu, Feb 25, 2021, 10:27 AM JanviPatel1310 wrote: > History is not show as per day,week,month > > — > You are...

@onecentlin Ping! Could you look into this, or point us in the right direction to try fixing this?

You need to call SimpleAuthFlutter.init() as per the readme before you use the plugin, presumably in your initState() method.

@Clancey & @parulgarg004, Instagram only accepts redirect URLs starting with https. @Clancey. Maybe we could leverage https://pub.dev/packages/uni_links?

@PatrickGhara see the above. If you need more information, I just documented the process here: https://blog.maskys.com/using-the-instagram-basic-display-api-in-flutter/

The token is available in the returned user object. As for the redirect URL, anything goes as long as it starts with HTTPS and you set up a custom URL...

You need to create your own app and replace the app redirect uri/ app id/ app secret. More info: https://blog.maskys.com/using-the-instagram-basic-display-api-in-flutter/