I have a weird problem when uploading a video to facebook...
My code is based on this answer: Is uploading videos from an SD Card to Facebook possible with the Facebook SDK?
It works perfectly with one facebook app, but not with another.
I have 2 facebook apps that I own as an administrator. Both of them are set up with my debug key hash, and both of them have exactly the same settings.
The ONLY thing I change in my code is the app ID (first app or second app).
The behavior for both apps is:
- Authorization is successful
- The code that uploads video runs successfully, and onComplete() is called after uploading the video.
- For the first app (that works), the video appears on my facebook profile. For the second one, it doesn't.
Again, the only change I do is change the app ID in order to test with each of the 2 facebook apps.
Any insights?
UPDATE
Answered my own question below.