Get facebook ratings reviewer - facebook

How retrieve reviewers from reviews.
I check this
https://developers.facebook.com/docs/graph-api/reference/open-graph-rating/
and tryed to use "reviewer" field, but got nothing. All another fields work fine.
Any suggestions?

You need to have your app running. You are probably using a test version or an app in dev mode.

Related

My app failed app review because Facebook tested the wrong version. How can I direct them to the right one?

I submitted my app for permissions review and provided all the required info, but somehow the reviewers reviewed the wrong version of the app (they should have reviewed the one in open Beta, which is the currently published version in Google Play). How can I make them see the error of their ways and review the correct version? Please don't tell me I have to put my app into production first; in order to get to production, I need to add code that will make use of the requested permissions.
I received a message from Facebook yesterday and straightened them out on which URL to use.

Getting Branch's Deeplink key value through Facebook ads

I have created a Branch link with some keys and values.
My app uses those values for multiple reasons. It works well when I open the link directly on my mobile browser or from a message.
But I want to use this link in a Facebook App download ad campaign. I have putted it as the ad deeplink. But when I install and then open the app via the ad thoses values are not sent.
Does anyone has managed to send keys/values via a branch link through a Facebook ad ?
Thanks
Matthias
Jackie from Branch here.
Branch supports deep-linked Facebook ads. We've created an FAQ page exactly for this and there are a few things you can check to diagnose the issue. You can go through them here (https://docs.branch.io/pages/deep-linked-ads/facebook-ads-faq/#troubleshooting-deep-linking). I'd also encourage you to use Facebook's tester tool, as mentioned in our FAQ doc.
Hope this helps. If you continue to experience issues, please feel free to reach out to us directly at integrations#branch.io. When you do, be sure to include your Branch app ID and the ad links you're using so that we can investigate further!

iOS app misconfigured for Facebook integration

I am using the facebook-iphone-sdk framework to integrate my iPhone app to FB. The problem is when I click the button it gives an error "The application you are using is misconfigured for the Facebook integration. Please download the latest version of the app."
I was able to connect with FB only once. For the first time it worked fine and I was also able to post some data into my wall but afterwords it not working, and the above error occurs.
What could I be doing wrong?
The Bundle ID is case sensitive so watch out for that.
e.g. com.myapp.MyApp is not the same as com.myapp.myapp
This happened to me and gave the same error message.
May be you are using the deprecated API of facebook... Please use the New FBGraph API for facebook integration ....
How to share or post by mail, twitter and facebook from the current application?
This is not only about email... here you will find the tutorial and sample code for facebook integration.....!!
Possible Solutions:
1) Double Check that you are putting in the right facebook app id in your code, and that you didnt somehow overwrite that when you made it work the first time.
2) Check that in the facebook developer profile you have all the proper things set up (They have decent doc's for how to set up properly).
3) Check that you are using the most up to date version of the SDK for fb.
4) Consider using the built-in Facebook for iOS6, since you probably wont be releasing your app before iOS 6 comes out anyways.
5) If all else fails, start over and go through the instructions from beginning to end. Check and re-check everything you set up and carefully scan for little typos or something. It's probably a minor mistake somewhere that you're overlooking.
6) Post code if you want more specific help. An error message isnt enough to deduce what your problem is.
Just delete you app from facebook dashboard, create it again, and then change the facebookID in you App-Info.plist, in the key FacebookAppId and URL types array key. I did it and my app works fine.
Delete facebook app, force perform login in safari..

Facebook Open Graph not publishing to profiles which dont have timelines activated

Steps:
Our app recently switched to using App Access Token for open graph. Following is the URL using which the action is being published:
https://graph.facebook.com/FACEBOOKID/namespace:action
The publish works fine and id is being returned. Also following url returns the app activity with the details of new activity that was created using URL above:
https://graph.facebook.com/FACEBOOKID/namespace:action?access_token=app_access_token
Problem:
Activity published is not visible on old Profiles that dont have timelines activated. It used to work fine when access token was being used instead of app access token. Switching profile to use timeline shows the activity though.
I have been googling to find if anyone else is facing the same issue but havent been able to find concrete answer. Am i missing something in terms of app configuration or is this a known behavior? Thanks in advance for all the help.
Timeline will become mandatory for every user soon, so I wouldn’t worry about this much …

iOS and Facebook Graph API: Inconsistent authorize issues

I'm using the official FBConnect library for iOS and trying to get it working in my iPad app. Here's what's strange: when my friend logs in using the call to authorize:permissions:delegate, everything works fine: the dialog asks for his authorization to connect to Facebook, the fbDidLogin delegate method gets called, all is well.
However, when I try to login, the dialog never changes. The keyboard is dismissed, the password field is cleared and it just sits there. The issue is the same in both the simulator and on the device.
Here are the things I've checked and triple checked:
My login name and password are correct. If I do put in the wrong password, an "invalid username/password" message appears, and that isn't happening.
The application is not in sandbox mode.
The Application ID is correct (my friend can login without problems).
Some additional information:
Original application was created by my friend.
I created a second FB app and put in the new Application ID
My friend can login with the new Application ID
I can log in to neither.
This appears to suggest that there is something different about my friend's account, rather than the app itself.
We've been banging our heads together on this for a couple of days now. What could be causing this behaviour? Why isn't an error being generated?
Edit: It seems there are a lot of people affected by this, so in the interest of trying to find an answer, I've added a bounty.
There appears to be a server-side problem with Facebook logins as noted here:
http://github.com/facebook/facebook-ios-sdk/issues#issue/95
People have said that if they change their password on Facebook they are subsequently able to log in using the Facebook-iOS-SDK downloaded from github. Obviously that is a poor long-term solution and would be unacceptable in an app released through the App Store. On the bright side, there seem to be reports of similar login problems logging in from apps on other platforms as well.
Update: Facebook has a bug filed on this subject that can be viewed here:
http://bugs.developers.facebook.net/show_bug.cgi?id=13199