脸书

Can't access Facebook Developers App!!?! Redirected to my page repeatedly

匿名 (未验证) 提交于 2019-12-03 02:16:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Each and every time I try to access the Facebook Developer's App it redirects me to my Entertainer Page. I have already verified the account after Facebook text messaged me an id code. I read in another post where the person said "only users accounts, not page accounts can access Facebook Developers App." However the poster did not specify anything further. Please can someone help me. I see I am not alone in having this issue. Thank you. 回答1: See comments above: The conclusion is that you can't access the Facebook Developer's App Page

Facebook login error “User is not allowed to see the application.”

匿名 (未验证) 提交于 2019-12-03 02:14:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Hi: I have submitted my app to the App Store. I have Facebook login feature in my app. When I try to login to Facebook from devices I have I am able to do it seamlessly. However Apple has rejected my app saying " When we tap the Facebook icon to sign up we are taken to mobile Safari where we receive a message that states : User is not allowed to see the application.: The user is not allowed to see this application per the developer set configuration. Not sure how will I be able recreate this issue. I installed my app on 3 different devices

'Class 'Facebook\\Facebook' not found\" Facebook SDK error

匿名 (未验证) 提交于 2019-12-03 02:14:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Well I am new to facebook sdk. I have being following the guideline and performing the steps as written.. but I am getting this error and I dont know why? Fatal error: Class 'Facebook\Facebook' not found in C:\wamp\www\index.php on line 134 The error line code is: <?php $fb = new Facebook\Facebook([ 'app_id' => '{app-id}', 'app_secret' => '{app-secret}', 'default_graph_version' => 'v2.2', ]); ?> This is not something I have made up, this is exactly the same code mentioned in facebook guideline! What should I do? 回答1: You need to include the

Importing Facebook library in Android Studio: Could not find property &#039;ANDROID_BUILD_SDK_VERSION&#039;

匿名 (未验证) 提交于 2019-12-03 02:13:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I want to import a library project into my app but whenever I try to do so , Android Studio doesn't recognise it It also gives me errors in build.gradle .. The Library is : PagerSlidingTabStrip .... Here are some pictures : I have been trying to make it work for 3 days so far !! Please Help Me :) EDIT: apply plugin: 'android-library' dependencies { compile 'com.android.support:support-v4:19.0.0' } android { compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION) buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION

How to recognize Facebook User-Agent

匿名 (未验证) 提交于 2019-12-03 02:11:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: When sharing one of my pages on FB, I want to display something different. Problem is, I prefer not to use the og: elements, but to recognize FB user-agent. What is it? I can't find it. Thanks 回答1: For list of user-agent strings, look up here . The most used, as of September 2015, are facebookexternalhit/* and Facebot . As you haven't stated what language you're trying to recognize the user-agent in, I can't tell you more information. If you do want to recognize Facebook bot in PHP, use if ( strpos($_SERVER["HTTP_USER_AGENT"],

When adding Facebook SDK “ appeventslogger.activateapp(this)” is shown deprecated

匿名 (未验证) 提交于 2019-12-03 02:06:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Using Facebook SDK 4.5. Tried using SDK 4.5 to 4.11. Problem still facing. AS per this changelog : https://developers.facebook.com/docs/android/change-log-4.x Its changed to AppEventsLogger.activateApp(Application) But I am facing trouble while implementing it. : 回答1: Just replace AppEventsLogger.activateApp(this) to AppEventsLogger.activateApp(getApplication()); 文章来源: When adding Facebook SDK “ appeventslogger.activateapp(this)” is shown deprecated

Facebook UNITY SDK login issue

匿名 (未验证) 提交于 2019-12-03 01:58:03
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I just installed the new version of Unity 4.3 and the new facebook sdk and I can't get it working. I created the app on facebook, copied over the app id to the unity facebook settings as required and copied the Package Name and Class name back to facebook. Because the Android Key Hash is empty ( even it shouldn't be ) I used the methods posted by others to create one with openssl. I created it and copied over to facebook as required. After this I created a small script to be able to login. // Use this for initialization void Start () {

facebook unsupported post request

匿名 (未验证) 提交于 2019-12-03 01:45:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have logged in a user to my app from FB.login now I want to post to the user timeline on the behalf of user. I want to upload a video to the user timeline. I am doing something like: FB.api( `/${user_id}/videos`, "POST", { "file_url": video, "description": description, "thumb": video_thumbnail, "title": title, }, function (response) { console.log("fb response") console.log(response) if (response && !response.error) { /* handle the result */ console.log("video upload response") console.log(response) } }, {scope: ['user_videos', 'user

How to Share image + text with facebook in swift iOS?

匿名 (未验证) 提交于 2019-12-03 01:45:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I am writing facebook interaction code in swift language for iOS . I have converted login and other code but stuck with sharing methods. I am not able to find requestWithGraphPath method of FBRequest class in swift. If somebody know about this then please help me here. I have searched for solution on web but fail to find. This is my sharing code in Objective-C FBRequest * req =[ FBRequest requestWithGraphPath :@ "me/feed" parameters : params HTTPMethod :@ "POST" ]; [ req startWithCompletionHandler :^( FBRequestConnection *

贾扬清牛人(zz)

爷,独闯天下 提交于 2019-12-03 01:44:25
贾扬清加入阿里巴巴后,能否诞生出他的第三个世界级杰作? 文 / 华商韬略 张凌云 本文转载,著作权归原作者所有 贾扬清加入阿里巴巴后,能否诞生出他的第三个世界级杰作? 2017年1月11日,美国硅谷的人工智能先锋大会上,贾扬清结束演讲下台,便被簇拥而来的媒体记者包围了。 时任Facebook AI架构总监的他,已是业界公认的AI大神,面庞还青涩得像个20岁的大男孩。 当被问到是否考虑回国工作时,他笑称,“这是一个很trick(狡猾)的问题。” 直到两年后,贾扬清才给出了确切答案。 3月18日,阿里巴巴达摩院宣布,贾扬清已正式加入阿里巴巴,担任技术副总裁岗位。 1 贾扬清是一个什么样的人物? 在大神如云的美国硅谷,这位中国青年创造出了世界级的成绩—— AI深度学习领域两大著名框架Caffe和TensorFlow的核心作者都是他。 先简单解释一下这两大框架的厉害之处。 Caffe是史上第一个通用深度学习框架,也是目前全球最普遍使用的深度学习框架之一,微软、雅虎、英伟达、Adobe 等公司都在用。有人如此形容其地位:在深度学习领域,Caffe框架是无法绕过的一座山。 TensorFlow你可能也不熟悉,但你一定知道以围棋一战成名的谷歌AlphaGo(阿法狗),TensorFlow便是阿法狗背后的强大支撑,被称为“谷歌大脑”。 随便一个就足以封神,更何况两个! 换句话说,学物理绕不开牛顿