3
votes
1answer
162 views
+50

Facebook Auth Dialog: Developer warning concerning the use of “display” type “popup”

starting today we receive developer warnings in the auth dialog with the following message: You are using a display type of 'popup' in a large browser window or tab. For a better user experience, ...
13
votes
2answers
1k views
+300

Serve resources from a consistent URL: facebook vs Google Pagespeed

There is a common problem on using Facebook like button or box, on using pagespeed online sevice by Google I get this : Serve resources from a consistent URL The following resources have identical ...
2
votes
2answers
36 views
+100

Retrieve original/not modified image from home or feed

I retrieve photos from home with this graph API request https://graph.facebook.com/me?fields=home.filter(photos). Then via the object ID I retrieve the images array that gives me different sizes like ...
0
votes
1answer
37 views
+50

Facebook API Publish feeds in Group

I am posting some feeds on my pages thru facebook API which are published normally. but those posts are appears on my fans feeds, (may be irritate them if these are too much in numbers, you can ...
1
vote
2answers
50 views
+50

Access token from my app doesn't work when i try to use it in a fql

I am using fql(mentioned below) to retrieve friends checkins,when i try my query on graph explorer it works fine and gives the required results so this means that there is no problem with the my query ...
0
votes
1answer
25 views
+50

Are there different ways to post to user's wall and ask for permissions?

I've been checking some app, which is configured and loaded as page tab. This app ask for the corresponding permissions, publish_stream, etc. but the permissions dialog open as a lightbox, without ...
0
votes
1answer
56 views
+50

Share an app with Friends with Corona sdk free version

I am trying to share my app created in corona sdk free version in facebook. But no working example found on internet. It seems there is a change in facebook api or policy. Does any one have created ...
4
votes
1answer
349 views
+50

How to build realtime push notification feature like facebook does?

I'm going to build realtime push notification feature for my web application ( a small social network) and I don't know where to start. This is what I want to build: there are like buttons, comment ...
3
votes
1answer
32 views
+50

Should Android apps with a server side component access Facebook directly?

If I am building an Android app that uses the Facebook SDK and also has a web app that has most of the same functionality, how should the Android app handle social actions? Should it directly make ...