Deezer IOS Genre top songs search - ios

Is there any way to search top genre songs ie. Top songs in "Dance" in Deezer API?
For example when I use http://api.deezer.com/genre/113/artists system sends only the artist list related with the Genre Id. But I need top songs related with the Genre. iTunes is supplying this kind of information but I couldn't find this solution in Deezer. Any help appreciated.

I think this is what you're looking for: http://developers.deezer.com/api/chart/tracks
Usage example:
http://api.deezer.com/chart/113/tracks

Related

Unique Id for MPMediaItem rather then persistentID

By using the persistentID for uniquely identify the song but we have the provision in music app to add the same song multiple times to the playlist this tends to have same song many times in the playlist along with same persistentID so I can't able to the find out the which song is currently selecting because all the songs has the same persistentID. Is there any alternative to identify the MPMediaItem rather then persistentID.
NOTE: I can't decide through selected cell on the UITableView too because it has some other dependencies.
How about using the playbackStoreID from MPMediaItem?
See https://developer.apple.com/documentation/mediaplayer/mpmediaitem/2813404-playbackstoreid

Generate song suggestions (auto-complete)

I'm developing an app and I want a user to be able to start typing a song name/artist/whatever and then have a list/drop-down show suggestions on the fly depending on what the user typed (preferably as the user is typing).
I was thinking I would need to use some sort of API which queried the iTunes database for songs available for purchase (or any other large database with song information), but I'm open to using any other source.
Does anybody know of an API I can look into or a framework I can use. I don't need a solution in code or anything, I'm simply asking for a nod in the right direction.
Let me know if you need anymore information. Thanks.
Apple exposes a search API for the iTunes Store. That should help you. https://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
Here's a writeup by Apple describing the API: https://www.apple.com/itunes/affiliates/resources/blog/introduction---search-api.html
From there, you just have to hit the endpoint with the appropriate parameters and then display the results. The endpoint is:
https://itunes.apple.com/search?parameterkeyvalue

Populating user details from the contact list

I am working on an app and need to make the user enter information like name, phone, address etc. Inside my app is it possible to show the contact list (Address book) and make the user pick the contact he wants to use. I am specifically hoping to find a way that also give me the UI and search functionality within the contacts just like the regular contacts list. So when the user wants to enter the information, I show him the contacts list (with the same UI/functionality or a subset of it) and let him pick the contact. Is there a way to do this in iOS?
Address book is there. USe that .
This answer can help you.
Get a list of all contacts on iOS
Fetch Contacts in iOS 7
How to simply retrieve list of Contacts in iOS7?
If, you want a tutorial, here is the link Tutorial link

how to get app listed in movies section on facebook

I am working on a movie detail sharing application integrated with Facebook.
I am posting the post with default video object properties but still the app does not show in the Films section.
When I click edit it shows Goodreads and Pinterest (and other apps) listed but not mine.
I want to get my app listed in this section.
You can't ,for the Moment, Assign the Movies & TV Category to an App. That fell under the Entertainment Category.
Read also -> here
Apps like Netflix, Rotten Tomatoes, Goodreads have integrated with sections to let people add their favorite media content to timeline. To encourage people to share with friends they rolled out the ability to rate content directly on timeline and add ratings from apps.

iTunes Web Store API search by Genre

All,
I'm trying to search the iTunes store for some songs and I can search by artist and song title without a problem. I'm using the following link as a resource:
http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
My issue is that I'd like to search by a genre for example Country and songs based on that genre. Does anyone know how to search by genre?
Please let me know.
Thanks!

Resources