How to create app install ad on Facebook? - facebook

I was trying to create a Facebook app install ad. Since I haven’t registered the app in the developer center, I wanted to create it using the URL pasted on to the field. However it does not let me save it and the URL is not recognized. URL works right when I click the link directly on my phone. Is there something I am doing wrong here?
Imran

Related

Facebook for Developers page issue: There are no apps to display here. Would you like to create a new app?

I am using the Facebook SDK for Unity and I am unable to successfully log in with the example scenes. There is a "Find Access Token" button and when I press it, I am sent to this page:
It states: There are no apps to display here. Would you like to create a new app?
I've tried creating new apps, but it doesn't help!
The App Name and App Id need to be configured correctly on the FacebookSettings asset file. This file is in the Assets\Facebook\Resources\ folder. The default values will not work correctly for getting tokens.
You must use the App Name and App Id from the newly created app on the Facebook for Developers page.
After setting the App Name and App Id correctly, the page instead looks like this:

Facebook sharing link error

I'm using this working example to create a share link:
https://www.facebook.com/dialog/feed?app_id=145634995501895&display=popup&caption=An%20example%20caption&link=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fdialogs%2F&redirect_uri=https://developers.facebook.com/tools/explorer
I change app_id to one which I created, and links which are placed in app settings too.
https://www.facebook.com/dialog/feed?app_id=755901181123275&display=popup&caption=An%20example%20caption&link=http://www.tousdanette.com/&redirect_uri=http://www.tousdanette.com/
It is working if i'm logged in with account which I used to create the app. But if I send link to another person it shows an error:
"An error occurred. Please try again later."
Maybe I need to apply some settings in fb app? or any other ideas?
I had the same issue a while back,
Go to your application dashboard and the app that uses the ID you require and see if the application is live to the public.
If this doesnt work try a diffrent app to test the link.

Windows Phone 8 C# facebook app registration

Hi I've created an app for Windows Phone 8 using the ContosoSocial Facebook login interface.
It uses the following call to do this:
FacebookSessionClient fb = new FacebookSessionClient(AppId);
fb.LoginWithApp("basic_info,publish_actions,read_stream", "custom_state_string");
This works fine when I use the default AppId but when I change it to the one given by Facebook following app registeration I get the following error:
Given URL is not premitted by the application cofiguration.: One or more of the given URL's is not allowed by the App's settings. It must match the website URL or Canvas URL, or the app domain must be a subdomain of one of the Apps domains..?
I've searched and this problem has come up on several occations and as far as I can work out it's to do with my app settings on Facebook.? Facebook asks for an App Domain which I've left blank as I'm not sure what this is or used for..? Do I need one..?
I've followed several tutorials Scrumptious but then all show a different app registration process on the screens than I'm faced with. A little research revealed that Facebook has recently changed the process which is making it even more confusing for me. I would appreciate some help here.
I want to create an app which will pull in a news feed direct into a panoramic item on the app's main screen.
Many thanks
EDIT: I've tried adding my web site URL to the app domain by I get the following error: This must be derived from Canvas URL, Secure Canvas URL, Unity Binary URL, Site URL, Mobile Site URL, Page Tab URL or Secure Page Tab URL. Check and correct the following domains: ***************
Below is the screen shot for configuring app:
Store ID, Application Name & Windows Store Beta ID removed, I'm now getting the following error:
App Not Setup: The developers of this app have not setup the app properly for Facebook Login. ?
Go to Advanced Settings in your developers.facebook.com/apps/ of your app and check that "Embedded browser OAuth Login" is enabled and set to Yes.

facebook connect setup issue

I'm trying to add facebook connect to my online mafia game that I own.
When trying to add my domain name I get this:
Error
App Domain: http://www.redhotglockz.com/ is not a valid domain.
It is valid cause I am logged in right now, the site is working fine.
I had to pay money to add this to my site, after purchase I go into my site control panel and into the newly available facebook connect option. It gave me an app name and game url and a link to facebook to create a new app. I followed this link and added the info as instructed, and result was invalid domain name. I used copy and paste to enter info. And url shown is correct.
Any idea how i can fix this?
thank you in advance.
i figured out my problem...
i was posting app domain as www.ReDHoTGLoCKz.com
facebook wouldn't accept it using caps.
it worked using www.redhotglockz.com
thanks for your responses!
check your facebook app configuration at https://developers.facebook.com/apps . make sure in basic setting, you set your App Domain with your url.
That's not a domain, that's a URL.
Enter just redhotglockz.com and it should work fine.

iphone facebook framework integration

Hi I'm able to successfully integrate iphone app with facebook framework.
But I need small change to be done.
Please see the URL "http://beanstalkcreative.com/screenshots/Facebook_|_Sample_Sampleson-20100407-122254.jpg", if you see the image in above URL, it shows "via MMA_app". I want to change this text to some other name. How can I do this?
That text is the name of your Facebook application, which you configured via the Developer page on the Facebook web site when you set up your app. One way to change it is to simply add another app via Facebook with the new name, and reconfigure your iPhone app to use the new API Key and Secret.