26,607 reputation
52652
bio website
location Mountain View, CA
age
visits member for 4 years, 8 months
seen 1 min ago
stats profile views 2,529

I work on the Developer Support Engineering team at Facebook and contribute to our API development; I have written and worked on some of the APIs we offer.


21h
comment mobile ad optimisation for app installs not available
Have you misconfigured your app? it should have the ios and/or android details entered
21h
comment Developer account verification problems for creating new app
you could also verify with a credit card
21h
comment Notifications - delayed, not working or deprecated?
Have you read the docs? Note: Only apps on Facebook.com can use the App Notifications. Also these notifications are only surfaced on desktop version of Facebook.com.
21h
comment When entering my facebook URL in the Like Box field on Developers site nothing happens
possible duplicate of Like Box will not accept the url for my FB Profile
2d
comment Telling if someone has “liked” my Facebook page from my website
possible duplicate of How to check if a user likes my Facebook Page or URL using Facebook's API
2d
comment Am I allowed to make an app that allows users to like Facebook pages?
Yeah, the like button and like box are 1 line of code each after you add the Javascript SDK, which itself is a simple copy/paste job
May
19
comment Facebook Open Graph Not Pulling Specified Open Graph Properties
what does Facebook's Debug Tool say?
May
19
comment Auto reply posts from users in a facebook page
Yes, it is possible, but that question is not really appropriate for here, try the developer documentation on facebook's site
May
18
answered Get list of Facebook applications installed and permissions?
May
18
comment get user events without pagination
What do the pagination links in the response look like? Did you look at any of the API documentation before asking this question?
May
18
comment Exceed query limitation solution Facebook fql
Have you tried doing it with the correct access tokens? I.e by using the access token for your app's users (or pages) to retrieve data for those users (or pages)
May
17
comment Changing Go To App button text in Facebook App
Should be immediate assuming the Page is an actual 'App Page' linked to the app in your app settings, and that page is in the 'App Page' category
May
17
comment Facebook Ad Campaign Budget Update Fails
No, the error refers to making too many campaign budget changes, you can supply other fields to be edited more frequently, other than the budget related parameters. Campaign or account budget changes are an extremely expensive operation on the Facebook side, don't do it unless absolutely necessary, i'm unsure what the hard limit is but a 3-4 times a day per campaign should be OK I think
May
17
comment My Facebook got restricted from Interacting With Pages
You can get help from Facebook for user / account / site problems at facebook.com/help/?page=220217228006012 - this is not the correct forum for those questions (see facebook.stackoverflow.com/faq#questions for more information)
May
17
comment Changing Go To App button text in Facebook App
Games get 'Play game', other apps get 'Go To App' - this is determined by the category set for your app in the app settings
May
16
comment Worklight Facebook app error: “Given URL is not allowed by the Application configuration”
What value are you using for the redirect_uri parameter? is it on stormy-sands-2143.herokuapp.com? If not, that's exactly what the error message means
May
16
comment Facebook Ad Campaign Budget Update Fails
It sounds like you're making too many API calls, how often are you updating the campaign budget? Is the error code 17?
May
16
comment Why exacttarget facebook like on email content not displaying in facebook insights
wouldn't that be in domain insights then, not app insights?
May
16
comment Privacy Policy Warning Won't Go Away
Does the privacy policy URL you're using actually exist and load? (check with facebook's debug tool)
May
16
comment Passing app_data within an Page_tab
You can't use the same app on the same page multiple times, this is not dependent on whether or not you use the details in the signed_request, it's just not possible