My game is not listed on profile's game tab - facebook

Here is my problem. I have developed a game for Facebook but it is not appearing on profile of players like these two games on the image below
If anyone knows what to do about this please respond.
Best regards

Related

Embed mini player like bandcamp on facebook

I am in the situation, where I want my share link to be converted into a mini player to let users play the music directly just like what bandcamp does.
I have been pulling my hairs in putting the same feature for my client's website. But no luck till now.
I just want to know whether it is possible for us or not. I mean this feature is probably only for bandcamp or soundclound sites ?
My link is converting the object into video tag and the bandcamp link is getting converted into iframe.
Any help will be greatly appreciated.
Thanks in advance.

how to edit or sketch the taken picture by using AVCaptureSession in iPhone

I am working on one application in which user have to capture the photo of the faults in building location. After capturing the photo user can comment below the photo as well as he can sketch the arrow or circle(for eg. paint software in windows computer) on the picture to show the fault.
There is one app on App store "Penultimate". I want similar kind of functions for my app.
Does anyone have any idea how to do this? Thanks in advance.

How to display facebook request dialog in front of game

I've got a Unity game on Facebook and when I click in-game on the send request button the request dialog gets stuck behind the game.
I don't have any experience with Facebook games or Unity but it seems to me that Unity frames are always rendered above everything else, at least in Google Chrome. Perhaps an adequate solution would be to hide the Unity frame if that's possible? Also this thread at Unity3D from two years ago addresses the same problem. Hope it helps.

Android Internet Radio Player

I am new in android. I have an internal project and selected an android Internet Radio player. here I don't know how to do...? But what i want to do is a simple player that will be just like an audio player when I press play button it will stream from internet or station that is selected from the list. I know what i will need for this.
Internet access to the application.
The list of station, now this is pretty much difficult for me to get list of stations available on different sites. I came to know from google that ShoutCast.com is one of best but I don't now how to get their station list.
Please anyone can help me for this app. I need emergency help or suggestion. It will be great help for me. Please.

How to add a tag overlay to a photo in iOS aka Facebook

I was wondering if anyone had an idea as to how the people tagging feature works on facebooks iPhone app i.e. in the app you can touch the photo and then associate that touch-point with a facebook friend. Specifically I was wondering whether this is just as simple as associating co-ordinates on the image with a data object (facebook friend in this case) using the iPhone or whether they are doing some smarter image recognition in the background to workout what other areas of the photo also may belong to that person i.e. is does the tag extend beyond the point touched on the screen. If the latter is the case is anyone familiar with the techniques used?
Thanks in advance
Dave
I don't think they are using face recognition algorithms on the iphone, since that is processor consuming specially if you have hundreds of friends. If you want to do a face recognition and you have faces of people that you want to search in you should do it on the server, so after you take or import a photo, you should send it to your server where you search for the face and return a JSON with points for faces and data for matched users. Then do your UI to present it on the screen for the user.
Edit
If you want to use face recogingitioning on iphone try this: Face recoginition iOS