Well Is this facebook app following all the rules(TOS)? [closed] - facebook

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
Well I found this app (just a demo app for sale)
http://apps.facebook.com/horoscope-demo/
But before buying I am confused with:
This app
Asks to post on wall at first use
Shows advertisement dialog at app entry
Shows send request dialog at entry
and also has auto daily post on the user's wall (after permission)
Is there any violations of facebook tos?
There were some rules not to show dialog, send request dialog as far as I remember.
plus
is auto wall posting(even after approval) still possible or allowed by facebook?
I didn't test the daily auto post but can it still do it?
Thanks for replies Fb app developers.
As fb developer these questions are pretty useful.

Related

My FB app disappeared [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I'm a Developer and have had a game app on Faceook for over a years. Yesterday it disappeared. How do I find otu what happened and how to restore it?
Usually when a Facebook app has been removed, it is due to a policy violation.
Make sure to check your email for any notices from Facebook.
If you do find your app has been disabled, you can try follow the steps from Facebook:
https://www.facebook.com/help/155308851202619/
Quote from the above link:
Make sure you’re logged in to Facebook from your developer account.
Go to the email Facebook sent you when your app was restricted and click the link to appeal. If you can’t find this email, you can visit the Appeal Page on the Developer app.
Make sure you’re seeing information about the app that was restricted, and follow the instructions on the Appeal Page. Our team will review your appeal and may grant you access to your app if it was erroneously removed or restricted. Please understand that not all appeals are granted.
Best of luck!

Facebook Page Tab App - like page before accessing app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I have a Facebook Page Tab App up and running and has been running for about a year. I need to collect more likes for our business page as opposed to the app page. Is there a way to ask new users of the app to like a page before they have access to the app?
Many thanks,
what you are looking for is called "Fan gate" - google it and you will find multiple example. In 2 words - when page is loaded, you need to check if user is logged in, and if user liked the app - and then you either redirect them to the "real" app page, or make certain div visible, or whatever you want. But if that's not the case - then you keep Please like us" div displayed, and it covers all your content. See this page for example: https://www.facebook.com/redbull/app_113185218710496
and here is a link to similar SO question: How to create a fan / like gate on Facebook?

Facebook user locale on "user_denied" facebook app page [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I want to display the correct user language on my Facebook app when the user denies the permissions. How can I do this? I want to achieve this without using the automatic translation process of facebook, I need to have my own translation.
What are we talking about here, app on a website or canvas/page tab?
For the latter, the signed_request contains user.locale, even if the user has not authorized the app yet.
For a website app, there is no data available if the user hasn’t connected to the app yet (AFAIK). In that case you could only see what their client sends in the Accept-Language HTTP request header.

How can I get a poll to show up on facebook and a wordpress site? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Is there a way I can get a poll to show up on both my wordpress site and facebook.
Do I need to use a facebook app?
Could I create an iframe to show up on the facebook page?
I'm not exactly sure if this poll will just show up on the homepage of a facebook page or if the poll will be something in the news feed. I am just trying to do initial research.
Most of my searched brings up polldaddy.com
I am currently using wp-polls, could I create a custom interface to have it show up on facebook?
1) Yes.
2) Yes
3) When creating Facebook Applications, iFrames are used by default, pointing to the location of your app on the server you specified in your Application Settings
4) Applications themselves cannot appear on a Facebook Profile page. You can generate Links and Status Messages (among other things) for users that approve your app which CAN appear in the user's Timeline/Profile Page
5) Depending on what you want to spend, Woobox is a good one too.
6) Yes. Since Applications are just iFrames, you can style the page on which you want your poll to appear to look however you like. Though, on Facebook, it will still reside ONLY on its corresponding application page.
You will want to look into the Javascript SDK or the PHP SDK for more information on how to set up a UI for your Facebook App to interact with Facebook itself.

Redirection to campaigns , facebook ads page why? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I appreciate you helping me with this. I converted this facebook account/page to a business / organization type page from that of a personal type page.
When I log in to my company facebook account to administer it, it brings me to a facebook ads campaign page. It shows a list of ads we once used, however we deleted the ads account.
If I want to create a NEW FB app by following: http://developers.facebook.com/docs/appsonfacebook/tutorial/ and I click this http://developers.facebook.com/apps instead of asking me for Developer Access - it is redirecting me to a campaigns page. How can I fix this, and or why is this happening?
I deleted my facebook ads account so I am not sure why this is still showing. I would like to just go to the main FB page and edit as any other page.
Thank You
'Business' accounts can't create apps - you need to do this from a real, regular, verified profile - then link the new app to the advertising account via the app settings (advertising accounts under Advanced)