Ali Mahmoodvand

Results 6 comments of Ali Mahmoodvand

How get all comments from media id? I have 147 comments and my code get 118 comments and isMore_available return false. Please help. @jvogit

@jvogit How long does it take to get started or fixed?

SearchTag action return null response in getFeed_items function. I cant loop for feed items because searchTagTag Class is private. How I can search for tag's posts (FeedIterator or forEach)?

@smchae this work fine in first time but if reboot device again app open in foreground mode

@jorantos please help me :(

in BootCompletedReceiver.java file replace ```appStarter.run(context, intent, PackageManager.COMPONENT_ENABLED_STATE_ENABLED);``` with this ``` appStarter.run(context, intent, PackageManager.COMPONENT_ENABLED_STATE_DISABLED);``` work fine for me