facebook-apps

Facebook Developer Account vs Facebook Personal Profile

折月煮酒 提交于 2021-01-28 08:30:53
问题 I would like to deactivate my personal Facebook profile. The problem is that I have created a number of applications which are linked to the Facebook developer profile. These applications do a number of things - provide authentication, service data requests with permissions from the API etc. These apps are used by some of my clients so it is important that these apps continue to function. If I deactivate my personal account, what will happen to these apps? Additionally, is it possible to keep

Picture property format using run with friends fb app

*爱你&永不变心* 提交于 2020-03-03 07:49:25
问题 I am editing the Runwithfriends FB sample app to build one of my own. It was working fine and I was making a few changes here and there. I took a break from it for about a fortnight but now when I try to access the app, I get a strange python error: C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\ROOT\app\main.py in init_facebook(self=< main .RecentRunsHandler object>) 316 user_id=facebook.user_id, friends=friends, 317 access_token=facebook.access_token, name=me[u'name'], =>

Facebook app review -

坚强是说给别人听的谎言 提交于 2020-01-17 06:01:31
问题 We understand that for Facebook to review apps, the app needs full functionality to be able to demonstrate the permissions needed through App Review. In our case, we haven't started developing the app yet. Is there a way to contact the review team, explain our intended usage for the specific permission, know in advance that the app will pass, so that we can start programming knowing that when we will post for review, the app wont get rejected. This could save a lot of time because If the App

Facebook returning error '(#200) Requires extended permission: publish_actions' even after getting 'publish actions' permission approved

被刻印的时光 ゝ 提交于 2020-01-13 16:25:10
问题 Hi I got ' publish_actions ' permission approved for my Facebook App. But when any user accessing this app, it is not prompting for 'post on your behalf on Facebook' permission. Unless this when any user try to comment on Facebook using this app, Facebook returns error stating: '(#200) Requires extended permission: publish_actions' OR 'The remote server returned an error: (403) Forbidden'. Can any one please help me in this? Thanks in advance. 回答1: This error is thrown when you are using

Does the Facebook API allow for automated changes to old post visibility?

前提是你 提交于 2020-01-12 13:00:31
问题 In other words, is there an API that would allow a Facebook user to change their posts (through a 3rd party app), which are older than a specified date, from being visible to the list "Friends" to another one such as "Only Me" or "Close Friends"? People are increasingly adding their professional and acquaintance contacts as Facebook friends. It makes sense to limit the visibility of your posts — to cater to different audiences. Going forward, that's easy as Facebook provides ample controls:

Post on Facebook Page with Application Access Token

自古美人都是妖i 提交于 2020-01-05 03:11:26
问题 I have a facebook page, a facebook app and an administrator facebook account of that page. Now i want to publish a link on that page (i don't care how). Since now i did that by getting a user access token of the admin for my app, then get the page, get a access token for that and then post with the admin on the page via my app. Now the token expired and i read in the documentation that i can: For example, if a user granted your app publish_stream permissions, your app can use an app access

'Cannot call API on behalf of this user' on FB API call

。_饼干妹妹 提交于 2020-01-05 01:40:43
问题 I am having trouble with facebook API call. I am using Koala for server side api call but recently came into issue making api call. So I tried to bypass koala call and did raw api http call using call but to no avail. When I do curl from development machine it works fine. curl "https://graph.facebook.com/me?oauth_token=my_token It returns profile details, but the same thing done from production machine, it's throwing the exception {"error":{"message":"Cannot call API on behalf of this user",

Facebook app settings on PhoneGap application

别等时光非礼了梦想. 提交于 2020-01-01 04:55:10
问题 I have a phonegap application that uses the main facebook-plugin for connecting. I'm also using the phonegap build to directly get the apk/ipa without generating an android/ios project. Inside the facebook for developers, however, I have to complete some settings for my application that seem to require more than the simple phonegap build. I saw some tutorial in generating the hash key for an android app, but, what should I complete into the "Class Name" field(the activity that facebook will