I have succesfully created a business page and iframe app and had little issues. However I am trying to do the same for another business. I have created the app as before but can not add the app.
Last time to add the app I went to my business page then in the facebook search box I typed the name of my app. I am trying to do the same this time but my app is not appearing.
I created the app a few days ago. What am I missing?
This is something I recently noticed too.
You have to manually go to add the app... use this URL and replace [APP ID] with your app ID
http://www.facebook.com/add.php?api_key=[APP-ID]&pages=1
Related
I have a subscription form online on a website.
Now I am trying to build a mobile app with flutter.
I want to give my app users the possibility to subscribe as well.
But I don't want to do the form validation in the app, since it can change from time to time.
What I did is create a webview widget in flutter, this worked, untill the very last step.
The last step for a subscription is pay for it.
This can be done with a banking app on the phone, but when I click the link to the banking app from the webview, it throws an error:
net::ERR_UNKNOWN_URL_SCHEME
The link it's trying to reach is: intent://bankieren.ideal.ing.nl/..........
So the problem seems to me this intent...
Is there a way I can make this intent work in the webview?
If not, is there a way I can 'mirror' my web-form so I don't have to validate on 2 different locations (web and app)?
I haven't done a Facebook app in a while. Today I needed to create a simple application for a customer and I'm still not able to install it.
The app is very basic. The idea is to have an extra "tab" where the app will simply show a jpg stored on an external server.
The main problem at this moment is that when I login as the clients page admin, and navigate to the app page, it does not show the "add app to page" link.
How can I install my app?
Retrieve your app id from https://developers.facebook.com/apps
Replace your app id in the following URL where it says YOUR_APP_ID:
https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&display=popup&next=http://facebook.com
After downloading my app from app store (or via OTA) and trying to share via FBConnect SDK, the mobile app is launched but returns almost immediately to the app with error -999, without asking user for authorizations.
After that, clicking on FB share button reopens the mobile app and all goes well, authorizations are asked, my app is called back and display the FB dialog.
That issue only happens once : if I uninstall/reinstall the app and remove the FBapp authorizations from my FB account, all goes well.
I already specified the BundleID/iTunes App ID in the "Native iOS App" menu, and use the last FacebookConnect SDK.
Anyone experienced the same issue ?
I've started to create an app and I've created a few test users but when I login as them and try and find the app, it doesn't show up.
You have to submit App to Public Directory Listing then only users can see app.
Basic criteria for submitting app is to have 5 monthy active users (may be more as per new FB changes).
For now you can use app page URL directly if you want Users to visit app.
I integrate twitter API to app. And i created the app in twitter for that too. In this new twitter app creating interface there are no section for select application type. Previously there were section call Application Type and there were two radio buttons call client and browser. But in new Twitter interface its not there. I used my previous app key, i created for testing purposes to test my app in twitter and it works. So there is no error in integrating twitter to my app. The error in having when creating the app key. For new key my app is not posting data to twitter.
This is the previous vesion.
This is the new version
Does any one have idea how to create twitter app correctly in this new version ?
Thanks in Advance
the new App creation in Twitter is a bit wierd!
Fill out the required fields of the 'Create an application' form and save it. Now go back and edit the new app - and there are more options than before.
Now you can set the twitter app to read+write (it defaults to just read).
Save that, and you should be set :)