Facebook developer want application to be visible in Application and Games - facebook

I have made a facebook App. It is a streamed music player. http://apps.facebook.com/viii_punkradio/
When I from my facebook go to Applications and Games to search for my app under new applications it doesnt turn up. Do anyone know if I have to register a new application in any way or have any other tips on how to make my application visible?

You need 10 Monthly Active Users (MAU) and then wait a week or two to get indexed for search.

Related

Avoid using apps to send automated clicks

I have a click game(Flutter) on play store and some of the users are using auto click apps to win all the games inside the app.
The problem is because of that users, my Admob account restricted. Because they are also clicking to the ads while they are playing. Google restricted my ads.
I blocked the emulators inside the app, with checking is it physical device or not.
Is there any way to block this click apps?
How can I prevent my apps from those clicks?
Thanks..
Make it impossible to win if users click more than a certain amount in a one minute period? Cobra (a really old atari game) did this for people who pirate their game. It works

Is there any way to set up a fake social graph of users and connections to test my app offline?

I'm working on an app that integrates with Facebook, but it relies a lot on what a user's friends are doing. Is there any way for me to simulate this? Is it possible to get my actual friends to connect with the app whilst it's still in developer mode?
Thanks
You have some options-
make the app live,
create some test users in the app settings,
add some friends as developers/testers in your app settings you can have access to the app which is still in development/sandbox mode.
You can read more here: Managing Development Cycles

iOS game and Facebook game: same app id?

I have built a game for iOS that uses Facebook Connect, and I will be making a Facebook version of the same game. Do I use the same applciation ID for both games?
Yes you would use the same app id for both games. In the "basic" tab of your app settings you specify what formats your application will be used on. This means you won't have to bug your users to authenticate 2 different apps (I'm assuming you might want them to use both versions).
Right how it is now, you can't do that from the app management screen. Or at least for website app and facebook app is impossible to use same app id (you have to put the url for website)

Face book latest IOS SDK problems in iPhone?

I am working in face book functionality in my apps. I have integrated the latest Face book-IOS-SDK. When runs the application, the application is started and runs in the safari browser. Now I want to load the application in the user view(FB web view) instead of Safari. How can I achieve this?
Facebook doesn't want you to. Facebook's new SDK wants the user to login into Facebook once, and than that Facebook login be used in every app on the device that uses Facebook. Because of the way the iPhone works, the way they had to do that was through safari so that each app could get that info. You can go back to the original way (which so far I personally prefer), but I'm not entirely sure how.
However, if you use the new way, it will automatically redirect the user back to your app once they finish authenticating it. Also in the Safari page they can give your app permissions, ie. post status updates.

Can I build a mobile website that has access to the iphone camera?

Does webkit have access to the camera API on the iphone? What about other phones? I want to build a mobile website that enables users to click on a button that opens the camera, ask if you want to take a new picture or user an existing one (assume the former), take a picture, confirm the picture is good, then be routed back to website where the new picture is uploaded. is this possible? many thanks!
At this time, this is not possible. You can, however, use a toolkit such as PhoneGap to acheive this.