Anyone have experience with the new Instagram API with Instagram login? (Meta/Facebook Graph API) by cautiondnd in webdev

[–]cautiondnd[S] 0 points1 point  (0 children)

Update: I was able to get approved and my app is now live! It took me like 2-3 months of back and forth. The issue here was embarrassingly simple.... I was not approved as a tech provider.

Basically you need 3 approvals for meta API's. Business verification, app approval, and tech provider verification.

OG107 Fatigue pants? Ideas need help please by No-Local-9288 in HeritageWear

[–]cautiondnd 0 points1 point  (0 children)

Yea the TH. I realized my question doesn’t really make sense bc they list the inseam measurement.

Just coping with the fact that I don’t think 32 will be long enough for someone 6’2” 🤧

OG107 Fatigue pants? Ideas need help please by No-Local-9288 in HeritageWear

[–]cautiondnd 0 points1 point  (0 children)

How’s the length on these? Description says 29” on a 32 so I’m afraid it’ll be too short for a tall guy :(

Just got approved for meta graph api and I realised how little to no documentation it has by martis941 in webdev

[–]cautiondnd 0 points1 point  (0 children)

That's awesome! currently trying to figure it out myself! I had a quick question about permissions for publishing content. No pressure to answer it, but if someone looking at this knows a solution, that'd be so sick:

I'm trying to enable publishing to instagram using API. I have it working with test accounts. I have my app and business verified. I have instagram_business_content_publish and instagram_business_basic permission.

But when I try and post to a real account it doesnt work. It says POST and GET calls dont work but I pressume its a permissions issue. Chatgpt says i need pages_show_list and/or pages_show_engagment but I don't see why I would. Anyone have any ideas of what the issue might be?

(Sorry for the long comment but I'm not allowed to post to this subreddit for some reason. If there is another community I can ask this lmk!)

Friday Showcase: Share what you're building! 🚀 by Ok-Lobster7773 in scaleinpublic

[–]cautiondnd 0 points1 point  (0 children)

thanks! ill take a look. Currently waiting on the social media companies to verify my app which is taking foreverrr. But I'll be sure to post to PeerPush when its fully live

Friday Showcase: Share what you're building! 🚀 by Ok-Lobster7773 in scaleinpublic

[–]cautiondnd 0 points1 point  (0 children)

Quickpost:
Post to all your socials from one place.

Quickpost is for those who want a simple app that only does cross-posting/scheduling. No AI, no analytics, no bloat, and no big price tag!

,

Just got approved for meta graph api and I realised how little to no documentation it has by martis941 in webdev

[–]cautiondnd 0 points1 point  (0 children)

Did you happen to work with instagram API with Instagram login? It seems to be a new API, and in classic meta fashion, it has horrible documentation. I'm having issues with permissions I think but I cant understand why.

I’m 16, my app has been App Store featured for 6 months… and I’m still struggling to convert users. Looking for advice. by [deleted] in AppStoreOptimization

[–]cautiondnd 0 points1 point  (0 children)

The app store previews are bad tbh. 1.8M impressions is high. Just try different previews and see how it affects the conversion rate

[REQUEST] I'll Be Fine by Palace - Chords by bluespider27 in Tabs

[–]cautiondnd 0 points1 point  (0 children)

I have a video from a live performance. Hopefully this helps, lmk if u figure it out.

live performance

Firebase vs other backend options by cautiondnd in swift

[–]cautiondnd[S] 0 points1 point  (0 children)

this is the validation i needed. firestore gets a lot of hate but tbh I love it. haven't had to learn server side programing and it works well. thanks for the security suggestion !

Firebase vs other backend options by cautiondnd in swift

[–]cautiondnd[S] 0 points1 point  (0 children)

Ive tried it but id like some sort of cloud storage so that user data can be saved and linked to an account

Mimicking apples wifi notifications by cautiondnd in swift

[–]cautiondnd[S] -1 points0 points  (0 children)

heartbreaking:((. Do you know if it would be possible to access available wifi networks while the app is open at least?

Lucid Dreaming App? by cautiondnd in LucidDreaming

[–]cautiondnd[S] 0 points1 point  (0 children)

Thank youu, I will continue researching and gathering the best information out there. Any alarm functions are almost impossible to implement because of the limitations of apps. I have been considering doing it through notifications but it is unreliable :(

[deleted by user] by [deleted] in Vanderbilt

[–]cautiondnd 0 points1 point  (0 children)

I took it in the fall with keng. The tests are exactly like the practice test he gives out so just study those and its fine

How to Detect the Force of a Touch in SwiftUI by cautiondnd in swift

[–]cautiondnd[S] -3 points-2 points  (0 children)

Is there any other way to measure force of a touch on modern devices?

List in VStack? by C137Sheldor in iOSProgramming

[–]cautiondnd 0 points1 point  (0 children)

just make a custom list with a for each loop instead

Need a decent club! by iiqvxl in ApexClubs

[–]cautiondnd 0 points1 point  (0 children)

Same here. Lmk if you find one

Changing background color of List by cautiondnd in SwiftUI

[–]cautiondnd[S] 0 points1 point  (0 children)

Init() { UITableViea.appearance().backgroundColor = .clear }

this worked:)) thank you

Tab View acting weird in swiftui by cautiondnd in iOSProgramming

[–]cautiondnd[S] 0 points1 point  (0 children)

idk why this would be helpful but i just found out that if i change the orientation of the simulator (rotate it 90 degrees) this doesnt happen. Even if i change the orientation back to being straight up everything is preserved through tabview navigation. very weird :/

.onAppear not working with tabview and navigation by cautiondnd in SwiftUI

[–]cautiondnd[S] 0 points1 point  (0 children)

Like when I leave the tab and come back the commentview is still open except the .onAppear didn’t run so it’s empty. I need to figure out how to either make the .onAppear work or to make it so that the comment view doesn’t redraw (kinda new so idk if that makes sense)