Facebook Platform lets developers integrate their apps directly into the Facebook social networking service.
0
votes
1answer
17 views
get same permission screen every time when login with facebook app installed in the iOS device
I am using Facebook iOS SDK v3.5 for my app, I found that if I installed the facebook app and was not logged into the iOS device (Settings > facebook), then if I was logged into my app for the first ...
0
votes
0answers
16 views
PhantomJS to get infos from facebook's ad planner
I would like to do a script that automatically gets some numbers from https://www.facebook.com/ads/create/ once a week. For example the number of facebook users of a certain country. Nothing really ...
-1
votes
0answers
14 views
I cannot safe my new app
Every time I try to save my new facebook app I have created for my client, it says not able to save right now, please try again later. This has been going on for 4 days now and I can't figure this out ...
0
votes
0answers
16 views
FB.login popup is not centered and even on separate screen than the active browser window
When I use the FB.login function from the JavaScript SDK, popup shows up, but it is aligned all the way to the right and appears on the second monitor screen. This only happens if browser window is ...
0
votes
0answers
22 views
Unable to pull most page insights metrics using Graph API
I am attempting to pull page insights metrics using the Facebook Graph API Explorer, but only a handful seem to be accessible. After failing to pull these metrics using the "read_insights" permission, ...
0
votes
0answers
13 views
Android - Facebook API : post image
I'm building an app that allows Facebook users to create new events. I noticed that I can't create an event and add an image to it in a unique Graph API call. So I make another call to post the image: ...
0
votes
1answer
27 views
Facebook iPhone web app Authentication not working
i have made a web app for the iPhone that connects to facebook using oAuth.
When i try this on my computer everything works fine: i can click login on my page, it redirects to a authentication page ...
0
votes
0answers
9 views
High Resolution Group Icon
Prior you could fetch a high resolution group icon using the following method:
https://graph.facebook.com/[group_id]/picture?width=80&height=80&access_token=[access_token]
Now this returns ...
0
votes
0answers
35 views
No Reload After Facebook Login on IE
I am using the Facebook PHP SDK and Facebook JS SDK to manage authentication in a web app. The flow should go like this: Click FB login button -> launch OAuth dialog -> enter account details into ...
0
votes
1answer
19 views
Embed html5 viewer in facebook timeline
I would like to be abble to embed directly in the timelin our html5 viewer for tuto.
We need that our followers can use the viewer without installing any apps , directly in our timeline or in their ...
0
votes
1answer
29 views
Auto post with facebook
I'm using facebook login (with facebook api) for one of my web application .
After user logged with their FB account I'm assigning secret unique code for the user in my application side .
So now I ...
0
votes
0answers
10 views
Facebook Referral URL decode
Sometimes I get burst of visitors from Facebook, which I am curious to know where exactly on Facebook if the page is public, of course!
Is there a way to decode and track back Facebook referral URL ...
0
votes
1answer
23 views
PHP - Facebook Opengraph - querying without a user logged in
I'm using the PHP SDK of Facebook to retrieve all sorts of information.
If you don't know, facebook keeps a temporary link for every video hosted on it and that link becomes inactive after a few days.
...
0
votes
0answers
13 views
HTTP referrer over Facebok Canvas Sandboxed application
I'm developing a django Facebook application, and while developing the canvas application, I noticed I had a problem with HTTP Refer(r)er header.
When my application is on "sandbox mode", I'm not ...
0
votes
1answer
15 views
different callbacks on FB like
I have two FB like buttons on a page, one in the footer and one where the content is. They like different urls. The one in the footer likes the website, and the one on the content likes the content ...
0
votes
0answers
6 views
Add lat/lng to photos posted on page
When a user posts a photo to our page's timeline or in a specific gallery I would like to add a latitude / longitude. I know there is a field for location associated with each photo, how could I ...
-1
votes
0answers
4 views
How can I get a notification when someone tags themself or someone else in a photo that is in an album on my FB page? [closed]
How can I get a notification when someone tags themselves or someone else in a photo that is in an album on my FB page?
I have a FB page set up. I can look at the notifications and see when people ...
0
votes
0answers
12 views
Control how open graph story appears on timeline
I chose the way that a story would appear on Facebook in the Open Graph menu of the developers area.
This was the format that I chose:
https://dl.dropboxusercontent.com/u/15853805/facebook/stories.png
...
0
votes
1answer
38 views
How to link facebook account in Django
I'm using django-allauth to authentication in my project.
I have 3 ways to login/register:
standart way (by email - which has to be unique),
facebook and
openId (google, yahoo)
Now if user is ...
0
votes
0answers
29 views
Robotium : Testing the app integration with third party apps
I want to know, if there's any way to test multiple apps in android? I'm aware btw that you cannot launch / test another app from the app under test with Robotium.
Basically, I'd like to automate ...
-1
votes
0answers
23 views
Facebook SDK 3.0 scrumpotious sample
Please, can anyone help me? I am a beginner and trying to learn Facebook SDK and its concept, I am trying to figure out what went wrong with my code. I am following this ...
-1
votes
1answer
11 views
How can I transfer ownership of live apps to another FB user?
I would like to transfer the ownership of some of my FB apps to another FB user, how can I do this?
0
votes
1answer
21 views
Filter Facebook profile pictures retrieved using Facepile
I've implemented Facepile in my website and it works perfectly. It just displays the profile pictures of users who have liked my page. Now, I want to display the profile pictures of users from a ...
0
votes
1answer
27 views
Facebook API get email address
I have to make a website to login with Facebook. Makes sense to be able to send them an email, but I can't get the email address from Facebook.
I followed exactly the instructions from ...
2
votes
0answers
18 views
like/sharing on a website with third party widgets
I have a martial arts club website which uses embedded picasa albums for hosting photos of events. I want to use the social plugins to give users the ability to like/share pages with these albums on ...
0
votes
2answers
38 views
How hide UIView element when Table View scroll (Like in Facebook app)
How I can achieve this effect?
[EDIT]
element with |Status Zdjecia Zamelduj siÄ™| on top is hiding when Table View is scrolling
0
votes
0answers
17 views
Request fields in Python Facebook SDK
This is the way I am currently fetching the /me object:
self.facebook_user = facebook.GraphAPI(access_token).get_object('me')
But if I want, for example, to request only the name and id fields from ...
0
votes
1answer
14 views
Is it still possible to create an RSS feed from a Facebook group?
How do I create an RSS feed of a Facebook group? I see there's sites you can pay, but how do I go about doing it myself? Do they actually scrape the content, or does Facebook actually provide some way ...
-2
votes
1answer
27 views
Facebook Share Feed Dialog only working for Admins
After creating a Facebook App, leaving it in Sandbox and attempting to setup a Share button using the Feed Dialog, it seems only FB accounts I've added as Admins are able to use the Share button - all ...
-2
votes
0answers
22 views
How to check facebook account setup info on Windows phone [closed]
My app allow facebook login for some action, i just need automatic login if facebook account is already setup on phone via email account setup.
so i need to know -
How can i check if facebook account ...
0
votes
1answer
28 views
Facebook API unknown exception with api call after login
after successful facebook login we get an exception:
Fatal error: Uncaught GraphMethodException: API calls from the server require an appsecret_proof argument thrown in .../.../lib/base_facebook.php ...
-2
votes
1answer
21 views
Unable to send app invitation to facebook friends [closed]
When i send invitation to friends, friends receive that invitation but nothing has opened. When user get invitation and click the url is made which is given below -
...
0
votes
0answers
26 views
Facebook API Authentication on Desktop application without the official SDK
I want my C# desktop application to share content via Facebook. I cannot use the official .NET SDK, since that's not supported on .NET 2.0.
Specifically, I want to know how to do the login process. I ...
0
votes
0answers
13 views
Is there possible to add space break in facebook post
As the topic, is there any option to add space brake in facebook post, such as:
(this is not working) or something else?
0
votes
1answer
32 views
Posting to Facebook wall
This has been asked several times, but after reading many different posts I still have not a basic version running for posting to a wall.
I want to post to a wall of a FB user with python. The PHP ...
-1
votes
0answers
15 views
script Facebook PHP SDK stopping or CGI error on upload
I'm developing a script that by Facebook API takes data that then I'm going to save on my DB.
The fact is that:
a) if the data are many, the script stops with no apparent reason and without any ...
0
votes
1answer
21 views
“uniqueIdentifier” is banned by Apple to use
I want to upload my iphone app but problem is Facebook ios SDK using "uniqueIdentifier" because of this issue I am to able to upload my app on app store.Any possible solution ?
Apple has banned ...
0
votes
1answer
18 views
How to test if a Facebook user has installed my android application with sdk 3
I am developing an android application that will have Facebook integration.
Users of my application will be able to invite their friends to install my application.
How do I tell which of my users ...
0
votes
1answer
17 views
How long is the picture url from FB Open Graph User Object valid?
I have a Facebook application, I have included the Facebook Javascript SDK and it works quite good.
I am asking the user for basic permissions, I want my application to query after the picture object ...
0
votes
0answers
10 views
FQL Query in another FQL Query issue
I recently started rebulding my application to integrate the new Facebook SDK 3.0.1 to comply with the breaking changes scheduled for July, 13.
All was working perfect till then. I am attempting to ...
0
votes
0answers
17 views
Facebook Key Hash on Android
I'm developing for Phonegap, I originally created an Hash Key to test my app using Facebook Features, my app works just fine on my work computer.
I now want to also have a development environment on ...
0
votes
0answers
24 views
Invite multiple facebook friends in my app and open a link in this invitation in iPhone
I want to invite facebook friends in my app,now they are getting invitation but not open a link,there must be display an app request. At this time request not visible.
How can I invite them means ...
-2
votes
0answers
12 views
Where was Facebook app's content stored since the begining [closed]
I heard from my developer that if we want to create an App within FB, we need to host the contents of our app on our own server with SSL cert.
Was it like this since the beginning or is it a recent ...
0
votes
0answers
6 views
Facebook Privacy Policy Compliance. Please update your privacy policy
The past few hours i keep getting the following message
Please update your privacy policy for MY_APP_NAME to avoid enforcement action. The URL may be missing or returning an error.
Also, be sure ...
0
votes
1answer
24 views
Solve for Swipe feature (facebook) Xcode
I have found out for swipe feature and I can use it in my app. https://github.com/YoonBongKim/SwipeMenuDemo
But the problem is that when i use, I need to change my root view controller like this in ...
0
votes
0answers
16 views
Facebook API how to allow only members of a group to access the app
Hello i am currently using this php code.
With the code i am using now i get a few problems. 1. When i log on it only asks for permission to use id/username not groups. 2. I get errormessage:
...
1
vote
1answer
35 views
Does Facebook API allow sending and accepting friend requests?
I have tried to comb through the Facebook Developers documentation http://developers.facebook.com/ but haven't been able to answer this question.
I would like to be able to send Facebook friend ...
0
votes
1answer
19 views
how to upload image with feed using FB.api method
we are using Fb API for post feed on facebook.
my code is -
if (response.authResponse) {
var data =
{
name: ...
-1
votes
0answers
19 views
Android ICS wifi issue [closed]
I have an Android Application which integrate facebook-sdk,during facebook Authentication time it takes lot of time and in logcat i am getting this messages ...
D/wpa_supplicant( 298): nl80211: ...
0
votes
0answers
15 views
In Facebook Android SDK 3.0.1, extendAccessToken returns null access token
I tried HelloFacebookSample from Android Facebook SDK to 3.0.1.
I know extendAccessToken is automatically done in 3.0.1.
but it always returns null access token.
(For test, I modified ...



